Uses of Enum
org.neuroml.model.ChannelTypes
Packages that use ChannelTypes
-
Uses of ChannelTypes in org.neuroml.model
Fields in org.neuroml.model declared as ChannelTypesMethods in org.neuroml.model that return ChannelTypesModifier and TypeMethodDescriptionstatic ChannelTypes
IonChannel.getType()
Gets the value of the type property.static ChannelTypes
Returns the enum constant of this type with the specified name.static ChannelTypes[]
ChannelTypes.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.neuroml.model with parameters of type ChannelTypesModifier and TypeMethodDescriptionvoid
IonChannel.setType
(ChannelTypes value) Sets the value of the type property.