public final class LocalizedEnumAttributeType extends Base
Modifier and Type | Method and Description |
---|---|
List<LocalizedEnumValue> |
getValues() |
static LocalizedEnumAttributeType |
of(List<LocalizedEnumValue> values) |
static LocalizedEnumAttributeType |
of(LocalizedEnumValue mandatoryValue,
LocalizedEnumValue... moreValues) |
public List<LocalizedEnumValue> getValues()
public static LocalizedEnumAttributeType of(LocalizedEnumValue mandatoryValue, LocalizedEnumValue... moreValues)
public static LocalizedEnumAttributeType of(List<LocalizedEnumValue> values)