Package org.neuroml.model
Class ConditionalDerivedVariable
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.NamedDimensionalVariable
org.neuroml.model.ConditionalDerivedVariable
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class ConditionalDerivedVariable
extends NamedDimensionalVariable
implements org.jvnet.jaxb2_commons.lang.ToString2
Java class for ConditionalDerivedVariable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConditionalDerivedVariable"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}NamedDimensionalVariable"> <sequence> <element name="Case" type="{http://www.neuroml.org/schema/neuroml2}Case" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.neuroml.model.NamedDimensionalVariable
description, dimension, exposure, name
-
Constructor Summary
-
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) getCase()
Gets the value of the case property.toString()
Methods inherited from class org.neuroml.model.NamedDimensionalVariable
getDescription, getDimension, getExposure, getName, setDescription, setDimension, setExposure, setName
-
Field Details
-
_case
-
-
Constructor Details
-
ConditionalDerivedVariable
public ConditionalDerivedVariable()
-
-
Method Details
-
getCase
Gets the value of the case property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the case property.For example, to add a new item, do as follows:
getCase().add(newItem);
Objects of the following type(s) are allowed in the list
Case
-
toString
- Overrides:
toString
in classNamedDimensionalVariable
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
append
in classNamedDimensionalVariable
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
appendFields
in classNamedDimensionalVariable
-