public enum DataTypeIdentifier extends Enum<DataTypeIdentifier>
| Enum Constant and Description |
|---|
APPOINTMENT |
RESIDENCE |
| Modifier and Type | Method and Description |
|---|---|
static DataTypeIdentifier |
fromRepresentationType(Class<? extends DataType> representation) |
static DataTypeIdentifier |
fromShortName(String shortName) |
static Set<Class<? extends DataType>> |
getAllClasses() |
Class<? extends DataType> |
getDataType() |
DataType |
getExample() |
String |
getShortName() |
static DataTypeIdentifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataTypeIdentifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataTypeIdentifier APPOINTMENT
public static final DataTypeIdentifier RESIDENCE
public static DataTypeIdentifier[] values()
for (DataTypeIdentifier c : DataTypeIdentifier.values()) System.out.println(c);
public static DataTypeIdentifier valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getShortName()
public static DataTypeIdentifier fromRepresentationType(Class<? extends DataType> representation)
public static DataTypeIdentifier fromShortName(String shortName)
public DataType getExample()
Copyright © 2017 Digipost. All Rights Reserved.