Uses of Class
neuroml.channel.IonRole

Packages that use IonRole
neuroml.channel   
 

Uses of IonRole in neuroml.channel
 

Fields in neuroml.channel declared as IonRole
protected  IonRole Ion.role
           
 

Methods in neuroml.channel that return IonRole
static IonRole IonRole.fromValue(java.lang.String v)
           
 IonRole Ion.getRole()
          Gets the value of the role property.
static IonRole IonRole.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IonRole[] IonRole.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 IonRole
 void Ion.setRole(IonRole value)
          Sets the value of the role property.
 



NeuroML API (v1.4)