Uses of Class
neuroml.meta.VolumeUnits

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

Uses of VolumeUnits in neuroml
 

Fields in neuroml declared as VolumeUnits
protected  VolumeUnits NeuroMLLevel3.volumeUnits
           
 

Methods in neuroml that return VolumeUnits
 VolumeUnits NeuroMLLevel3.getVolumeUnits()
          Gets the value of the volumeUnits property.
 

Methods in neuroml with parameters of type VolumeUnits
 void NeuroMLLevel3.setVolumeUnits(VolumeUnits value)
          Sets the value of the volumeUnits property.
 

Uses of VolumeUnits in neuroml.meta
 

Methods in neuroml.meta that return VolumeUnits
static VolumeUnits VolumeUnits.fromValue(java.lang.String v)
           
static VolumeUnits VolumeUnits.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VolumeUnits[] VolumeUnits.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of VolumeUnits in neuroml.morph
 

Fields in neuroml.morph declared as VolumeUnits
protected  VolumeUnits Morphology.volumeUnits
           
 

Methods in neuroml.morph that return VolumeUnits
 VolumeUnits Morphology.getVolumeUnits()
          Gets the value of the volumeUnits property.
 

Methods in neuroml.morph with parameters of type VolumeUnits
 void Morphology.setVolumeUnits(VolumeUnits value)
          Sets the value of the volumeUnits property.
 

Uses of VolumeUnits in neuroml.network
 

Fields in neuroml.network declared as VolumeUnits
protected  VolumeUnits NetworkML.volumeUnits
           
 

Methods in neuroml.network that return VolumeUnits
 VolumeUnits NetworkML.getVolumeUnits()
          Gets the value of the volumeUnits property.
 

Methods in neuroml.network with parameters of type VolumeUnits
 void NetworkML.setVolumeUnits(VolumeUnits value)
          Sets the value of the volumeUnits property.
 



NeuroML API (v1.4)