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 ChannelTypesIonChannel.getType()Gets the value of the type property.static ChannelTypesReturns 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 TypeMethodDescriptionvoidIonChannel.setType(ChannelTypes value) Sets the value of the type property.