static DataTable.MetadataKey |
DataTable.MetadataKey.getById(int id) |
Returns the MetadataKey for the given id, or null if the id does not exist.
|
static DataTable.MetadataKey |
DataTable.MetadataKey.getByName(String name) |
Returns the MetadataKey for the given name, or null if the name does not exist.
|
static DataTable.MetadataKey |
DataTable.MetadataKey.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static DataTable.MetadataKey[] |
DataTable.MetadataKey.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|