Uses of Class
neuroml.meta.YesNo

Packages that use YesNo
neuroml.channel   
neuroml.meta   
 

Uses of YesNo in neuroml.channel
 

Fields in neuroml.channel declared as YesNo
protected  YesNo SynapseType.density
           
protected  YesNo ChannelType.density
           
 

Methods in neuroml.channel that return YesNo
 YesNo SynapseType.getDensity()
          Gets the value of the density property.
 YesNo ChannelType.getDensity()
          Gets the value of the density property.
 

Methods in neuroml.channel with parameters of type YesNo
 void SynapseType.setDensity(YesNo value)
          Sets the value of the density property.
 void ChannelType.setDensity(YesNo value)
          Sets the value of the density property.
 

Uses of YesNo in neuroml.meta
 

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



NeuroML API (v1.4)