public static enum CommonCodeTable.Table extends java.lang.Enum<CommonCodeTable.Table>
Enum Constant and Description |
---|
C1 |
C11 |
C12 |
C13 |
C14 |
C3 |
C4 |
C5 |
C7 |
C8 |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
java.lang.String |
getResourceName() |
java.lang.String |
getRootElemName() |
int |
getTableNo() |
int |
getTableType() |
static CommonCodeTable.Table |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommonCodeTable.Table[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommonCodeTable.Table C1
public static final CommonCodeTable.Table C3
public static final CommonCodeTable.Table C4
public static final CommonCodeTable.Table C5
public static final CommonCodeTable.Table C7
public static final CommonCodeTable.Table C8
public static final CommonCodeTable.Table C11
public static final CommonCodeTable.Table C12
public static final CommonCodeTable.Table C13
public static final CommonCodeTable.Table C14
public static CommonCodeTable.Table[] values()
for (CommonCodeTable.Table c : CommonCodeTable.Table.values()) System.out.println(c);
public static CommonCodeTable.Table 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 getResourceName()
public java.lang.String getRootElemName()
public int getTableNo()
public int getTableType()
public java.lang.String getName()