Uses of Enum
org.neuroml.model.TrueOrFalse
Packages that use TrueOrFalse
-
Uses of TrueOrFalse in org.neuroml.model
Fields in org.neuroml.model declared as TrueOrFalseMethods in org.neuroml.model that return TrueOrFalseModifier and TypeMethodDescriptionstatic TrueOrFalseRegime.getInitial()Gets the value of the initial property.static TrueOrFalseReturns the enum constant of this type with the specified name.static TrueOrFalse[]TrueOrFalse.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 TrueOrFalseModifier and TypeMethodDescriptionvoidRegime.setInitial(TrueOrFalse value) Sets the value of the initial property.