Package org.neuroml.model
Class DerivedVariable
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.NamedDimensionalVariable
org.neuroml.model.DerivedVariable
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class DerivedVariable
extends NamedDimensionalVariable
implements org.jvnet.jaxb2_commons.lang.ToString2
LEMS ComponentType for DerivedVariable
Java class for DerivedVariable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DerivedVariable">
<complexContent>
<extension base="{http://www.neuroml.org/schema/neuroml2}NamedDimensionalVariable">
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="select" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.neuroml.model.NamedDimensionalVariable
description, dimension, exposure, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) Gets the value of the select property.getValue()Gets the value of the value property.voidSets the value of the select property.voidSets the value of the value property.toString()Methods inherited from class org.neuroml.model.NamedDimensionalVariable
getDescription, getDimension, getExposure, getName, setDescription, setDimension, setExposure, setName
-
Field Details
-
value
-
select
-
-
Constructor Details
-
DerivedVariable
public DerivedVariable()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getSelect
Gets the value of the select property.- Returns:
- possible object is
String
-
setSelect
Sets the value of the select property.- Parameters:
value- allowed object isString
-
toString
- Overrides:
toStringin classNamedDimensionalVariable
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classNamedDimensionalVariable
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classNamedDimensionalVariable
-