Uses of Enum Class
org.projecthusky.valueset.enums.ValueSetStatus
Packages that use ValueSetStatus
-
Uses of ValueSetStatus in org.projecthusky.valueset.enums
Methods in org.projecthusky.valueset.enums that return ValueSetStatusModifier and TypeMethodDescriptionstatic ValueSetStatus
Returns the enum constant of this class with the specified name.static ValueSetStatus[]
ValueSetStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ValueSetStatus in org.projecthusky.valueset.model
Methods in org.projecthusky.valueset.model that return ValueSetStatusMethods in org.projecthusky.valueset.model with parameters of type ValueSetStatusModifier and TypeMethodDescriptionvoid
ValueSet.setStatus
(ValueSetStatus status) Sets the status. Setzt den Status.ValueSet.Builder.withStatus
(ValueSetStatus status)