public static enum Edit.TYPE extends Enum<Edit.TYPE>
| Enum Constant and Description |
|---|
CodeListRelation |
Column |
Dimesion |
| Modifier and Type | Method and Description |
|---|---|
static Edit.TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Edit.TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Edit.TYPE Dimesion
public static final Edit.TYPE Column
public static final Edit.TYPE CodeListRelation
public static Edit.TYPE[] values()
for (Edit.TYPE c : Edit.TYPE.values()) System.out.println(c);
public static Edit.TYPE 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 nullCopyright © 2015. All Rights Reserved.