Uses of Class
neuroml.bio.MechanismType

Packages that use MechanismType
neuroml.bio   
 

Uses of MechanismType in neuroml.bio
 

Fields in neuroml.bio declared as MechanismType
protected  MechanismType Mechanism.type
           
 

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

Methods in neuroml.bio with parameters of type MechanismType
 void Mechanism.setType(MechanismType value)
          Sets the value of the type property.
 



NeuroML API (v1.4)