Uses of Enum
org.neuroml1.model.meta.StatusValue
Packages that use StatusValue
-
Uses of StatusValue in org.neuroml1.model.meta
Fields in org.neuroml1.model.meta declared as StatusValueMethods in org.neuroml1.model.meta that return StatusValueModifier and TypeMethodDescriptionstatic StatusValue
Status.getValue()
Gets the value of the value property.static StatusValue
Returns the enum constant of this type with the specified name.static StatusValue[]
StatusValue.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.neuroml1.model.meta with parameters of type StatusValueModifier and TypeMethodDescriptionvoid
Status.setValue
(StatusValue value) Sets the value of the value property.