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 LengthUnitsNeuroMLLevel3.lengthUnitsprotected LengthUnitsNeuroMLLevel3.lengthUnitsAltMethods 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 TypeMethodDescriptionvoidNeuroMLLevel3.setLengthUnits(LengthUnits value) Sets the value of the lengthUnits property.voidNeuroMLLevel3.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 LengthUnitsstatic LengthUnitsReturns 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 LengthUnitsMorphology.lengthUnitsprotected LengthUnitsMorphology.lengthUnitsAltMethods 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 TypeMethodDescriptionvoidMorphology.setLengthUnits(LengthUnits value) Sets the value of the lengthUnits property.voidMorphology.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 LengthUnitsNetworkML.lengthUnitsprotected LengthUnitsNetworkML.lengthUnitsAltMethods 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 TypeMethodDescriptionvoidNetworkML.setLengthUnits(LengthUnits value) Sets the value of the lengthUnits property.voidNetworkML.setLengthUnitsAlt(LengthUnits value) Sets the value of the lengthUnitsAlt property.