public static enum URLHandler.TencObjIdentifier extends java.lang.Enum<URLHandler.TencObjIdentifier>
Enum Constant and Description |
---|
C
The Competence.
|
CL
The Competence Level.
|
CP
The Competence Profile.
|
CPL
The Competence Profile Level.
|
Modifier and Type | Method and Description |
---|---|
static URLHandler.TencObjIdentifier |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static URLHandler.TencObjIdentifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final URLHandler.TencObjIdentifier C
public static final URLHandler.TencObjIdentifier CP
public static final URLHandler.TencObjIdentifier CL
public static final URLHandler.TencObjIdentifier CPL
public static URLHandler.TencObjIdentifier[] values()
for (URLHandler.TencObjIdentifier c : URLHandler.TencObjIdentifier.values()) System.out.println(c);
public static URLHandler.TencObjIdentifier 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