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 TrueOrFalse
Regime.getInitial()
Gets the value of the initial property.static TrueOrFalse
Returns 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 TypeMethodDescriptionvoid
Regime.setInitial
(TrueOrFalse value) Sets the value of the initial property.