Uses of Class
neuroml.channel.Units

Packages that use Units
neuroml.channel   
 

Uses of Units in neuroml.channel
 

Fields in neuroml.channel declared as Units
protected  Units ChannelML.units
           
 

Methods in neuroml.channel that return Units
static Units Units.fromValue(java.lang.String v)
           
 Units ChannelML.getUnits()
          Gets the value of the units property.
static Units Units.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Units[] Units.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in neuroml.channel with parameters of type Units
 void ChannelML.setUnits(Units value)
          Sets the value of the units property.
 



NeuroML API (v1.4)