public enum MzdbTable extends Enum<MzdbTable>
Enum Constant and Description |
---|
CONTACTS |
CREATION_TIMESTAMP |
FILE_CONTENT |
PARAM_TREE |
VERSION |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static MzdbTable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MzdbTable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MzdbTable VERSION
public static final MzdbTable CREATION_TIMESTAMP
public static final MzdbTable FILE_CONTENT
public static final MzdbTable CONTACTS
public static final MzdbTable PARAM_TREE
public static String tableName
public static MzdbTable[] values()
for (MzdbTable c : MzdbTable.values()) System.out.println(c);
public static MzdbTable 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 getValue()
Copyright © 2019. All rights reserved.