Uses of Enum
org.neuroml1.model.meta.LengthUnits
Packages that use LengthUnits
Package
Description
-
Uses of LengthUnits in org.neuroml1.model
Fields in org.neuroml1.model declared as LengthUnitsModifier and TypeFieldDescriptionprotected LengthUnits
NeuroMLLevel3.lengthUnits
protected LengthUnits
NeuroMLLevel3.lengthUnitsAlt
Methods in org.neuroml1.model that return LengthUnitsModifier and TypeMethodDescriptionNeuroMLLevel3.getLengthUnits()
Gets the value of the lengthUnits property.NeuroMLLevel3.getLengthUnitsAlt()
Gets the value of the lengthUnitsAlt property.Methods in org.neuroml1.model with parameters of type LengthUnitsModifier and TypeMethodDescriptionvoid
NeuroMLLevel3.setLengthUnits
(LengthUnits value) Sets the value of the lengthUnits property.void
NeuroMLLevel3.setLengthUnitsAlt
(LengthUnits value) Sets the value of the lengthUnitsAlt property. -
Uses of LengthUnits in org.neuroml1.model.meta
Methods in org.neuroml1.model.meta that return LengthUnitsModifier and TypeMethodDescriptionstatic LengthUnits
static LengthUnits
Returns the enum constant of this type with the specified name.static LengthUnits[]
LengthUnits.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LengthUnits in org.neuroml1.model.morph
Fields in org.neuroml1.model.morph declared as LengthUnitsModifier and TypeFieldDescriptionprotected LengthUnits
Morphology.lengthUnits
protected LengthUnits
Morphology.lengthUnitsAlt
Methods in org.neuroml1.model.morph that return LengthUnitsModifier and TypeMethodDescriptionMorphology.getLengthUnits()
Gets the value of the lengthUnits property.Morphology.getLengthUnitsAlt()
Gets the value of the lengthUnitsAlt property.Methods in org.neuroml1.model.morph with parameters of type LengthUnitsModifier and TypeMethodDescriptionvoid
Morphology.setLengthUnits
(LengthUnits value) Sets the value of the lengthUnits property.void
Morphology.setLengthUnitsAlt
(LengthUnits value) Sets the value of the lengthUnitsAlt property. -
Uses of LengthUnits in org.neuroml1.model.network
Fields in org.neuroml1.model.network declared as LengthUnitsModifier and TypeFieldDescriptionprotected LengthUnits
NetworkML.lengthUnits
protected LengthUnits
NetworkML.lengthUnitsAlt
Methods in org.neuroml1.model.network that return LengthUnitsModifier and TypeMethodDescriptionNetworkML.getLengthUnits()
Gets the value of the lengthUnits property.NetworkML.getLengthUnitsAlt()
Gets the value of the lengthUnitsAlt property.Methods in org.neuroml1.model.network with parameters of type LengthUnitsModifier and TypeMethodDescriptionvoid
NetworkML.setLengthUnits
(LengthUnits value) Sets the value of the lengthUnits property.void
NetworkML.setLengthUnitsAlt
(LengthUnits value) Sets the value of the lengthUnitsAlt property.