public class EnumDataTypeInfo extends Object implements TypedObject<EnumDataTypeInfo.EnumDataTypeTypes>
Modifier and Type | Class and Description |
---|---|
static class |
EnumDataTypeInfo.EnumDataTypeTypes |
Modifier and Type | Field and Description |
---|---|
static EnumDataTypeInfo |
EMPTY_ENUM_DATA_TYPE_INFO |
Constructor and Description |
---|
EnumDataTypeInfo(EnumDataTypeInfo.EnumDataTypeTypes type,
List<String> enumValues) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getEnumValues() |
EnumDataTypeInfo.EnumDataTypeTypes |
getType()
Gets the type of the object.
|
String |
toString() |
public static final EnumDataTypeInfo EMPTY_ENUM_DATA_TYPE_INFO
public EnumDataTypeInfo(EnumDataTypeInfo.EnumDataTypeTypes type, List<String> enumValues)
public EnumDataTypeInfo.EnumDataTypeTypes getType()
TypedObject
getType
in interface TypedObject<EnumDataTypeInfo.EnumDataTypeTypes>
Copyright © 2000-2025 Sualeh Fatehi. All rights reserved.