public static enum DataStoreInfo.DomainType extends java.lang.Enum<DataStoreInfo.DomainType>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTableName() |
static DataStoreInfo.DomainType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataStoreInfo.DomainType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataStoreInfo.DomainType ALN
public static final DataStoreInfo.DomainType NUMERIC
public static final DataStoreInfo.DomainType SYNONYM
public static final DataStoreInfo.DomainType TABLE
public static DataStoreInfo.DomainType[] values()
for (DataStoreInfo.DomainType c : DataStoreInfo.DomainType.values()) System.out.println(c);
public static DataStoreInfo.DomainType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getTableName()