Uses of Enum Class
org.projecthusky.valueset.enums.ValueSetEntryType
Packages that use ValueSetEntryType
-
Uses of ValueSetEntryType in org.projecthusky.valueset.enums
Methods in org.projecthusky.valueset.enums that return ValueSetEntryTypeModifier and TypeMethodDescriptionstatic ValueSetEntryTypeGets the Enum with a given code Liefert den Enum anhand eines gegebenen codesstatic ValueSetEntryTypeReturns the enum constant of this class with the specified name.static ValueSetEntryType[]ValueSetEntryType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ValueSetEntryType in org.projecthusky.valueset.model
Methods in org.projecthusky.valueset.model that return ValueSetEntryTypeModifier and TypeMethodDescriptionValueSetEntry.getValueSetEntryType()Gets the value set entry type. Ruft den Typ des Eintrags ab.Methods in org.projecthusky.valueset.model with parameters of type ValueSetEntryTypeModifier and TypeMethodDescriptionvoidValueSetEntry.setValueSetEntryType(ValueSetEntryType valueSetEntryType) Sets the value set entry type. Legt den Typ des Eintrags fest.ValueSetEntry.Builder.withValueSetEntryType(ValueSetEntryType valueSetEntryType) With value set entry type.