public enum TdbDatabaseListType extends java.lang.Enum<TdbDatabaseListType>
| Enum Constant and Description |
|---|
Default
Default list.
|
NoBaf
List that only uses index data.
|
NoCounts
List that does not provide record counts.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getListType()
Retrieve the TRIPxpi protocol name for this type of database list
|
static TdbDatabaseListType |
getTypeof(java.lang.String typeName)
Factory method to return the appropriate type ID from a protocol name
|
static TdbDatabaseListType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TdbDatabaseListType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TdbDatabaseListType Default
public static final TdbDatabaseListType NoBaf
public static final TdbDatabaseListType NoCounts
public static TdbDatabaseListType[] values()
for (TdbDatabaseListType c : TdbDatabaseListType.values()) System.out.println(c);
public static TdbDatabaseListType 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 getListType()
public static TdbDatabaseListType getTypeof(java.lang.String typeName)
name - Protocol name