Enum Constant and Description |
---|
ABONNENTPLAN |
ACCESS |
EMAILLIST |
GEOMOVPARS |
LOG |
LOG_PLAN |
LOG_USER_ACTION |
MUNICIP |
MYNDIGHEDNODEREL |
NODE |
NODETYPE |
OLDMUNICIP |
PERSON |
PLANNODE |
PLANTYPE |
SENTMAIL |
SENTRCVMAIL |
SUBSCRIBER |
SUBSCRPERS |
TILPDK3GEOM |
USER |
Modifier and Type | Method and Description |
---|---|
static TableType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TableType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableType LOG
public static final TableType LOG_PLAN
public static final TableType USER
public static final TableType PERSON
public static final TableType ACCESS
public static final TableType NODETYPE
public static final TableType NODE
public static final TableType SUBSCRIBER
public static final TableType EMAILLIST
public static final TableType SENTMAIL
public static final TableType SENTRCVMAIL
public static final TableType PLANNODE
public static final TableType PLANTYPE
public static final TableType MUNICIP
public static final TableType OLDMUNICIP
public static final TableType MYNDIGHEDNODEREL
public static final TableType TILPDK3GEOM
public static final TableType GEOMOVPARS
public static final TableType SUBSCRPERS
public static final TableType ABONNENTPLAN
public static final TableType LOG_USER_ACTION
public static TableType[] values()
for (TableType c : TableType.values()) System.out.println(c);
public static TableType 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 null