Uses of Class
neuroml.meta.LengthUnits

Packages that use LengthUnits
neuroml   
neuroml.meta   
neuroml.morph   
neuroml.network   
 

Uses of LengthUnits in neuroml
 

Fields in neuroml declared as LengthUnits
protected  LengthUnits NeuroMLLevel3.lengthUnits
           
 

Methods in neuroml that return LengthUnits
 LengthUnits NeuroMLLevel3.getLengthUnits()
          Gets the value of the lengthUnits property.
 

Methods in neuroml with parameters of type LengthUnits
 void NeuroMLLevel3.setLengthUnits(LengthUnits value)
          Sets the value of the lengthUnits property.
 

Uses of LengthUnits in neuroml.meta
 

Methods in neuroml.meta that return LengthUnits
static LengthUnits LengthUnits.fromValue(java.lang.String v)
           
static LengthUnits LengthUnits.valueOf(java.lang.String name)
          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're declared.
 

Uses of LengthUnits in neuroml.morph
 

Fields in neuroml.morph declared as LengthUnits
protected  LengthUnits Morphology.lengthUnits
           
 

Methods in neuroml.morph that return LengthUnits
 LengthUnits Morphology.getLengthUnits()
          Gets the value of the lengthUnits property.
 

Methods in neuroml.morph with parameters of type LengthUnits
 void Morphology.setLengthUnits(LengthUnits value)
          Sets the value of the lengthUnits property.
 

Uses of LengthUnits in neuroml.network
 

Fields in neuroml.network declared as LengthUnits
protected  LengthUnits NetworkML.lengthUnits
           
 

Methods in neuroml.network that return LengthUnits
 LengthUnits NetworkML.getLengthUnits()
          Gets the value of the lengthUnits property.
 

Methods in neuroml.network with parameters of type LengthUnits
 void NetworkML.setLengthUnits(LengthUnits value)
          Sets the value of the lengthUnits property.
 



NeuroML API (v1.4)