Uses of Enum
org.neuroml.model.TrueOrFalse
-
Uses of TrueOrFalse in org.neuroml.model
Modifier 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.Modifier and TypeMethodDescriptionvoid
Regime.setInitial
(TrueOrFalse value) Sets the value of the initial property.