public enum CompetenceTypeEnum extends java.lang.Enum<CompetenceTypeEnum>
Enum Constant and Description |
---|
FUNCTIONAL
The FUNCTIONAL type.
|
KNOWLEDGE
The KNOWLEDGE type.
|
SELECT_ONE
Default value to be sure a user selects one.
|
TRANSMETA
The TRANSMETA type.
|
Modifier and Type | Method and Description |
---|---|
static CompetenceTypeEnum |
getTypeByName(java.lang.String competenceTypeName)
Gets the type by name.
|
java.lang.String |
toString() |
static CompetenceTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompetenceTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompetenceTypeEnum SELECT_ONE
public static final CompetenceTypeEnum FUNCTIONAL
public static final CompetenceTypeEnum TRANSMETA
public static final CompetenceTypeEnum KNOWLEDGE
public static CompetenceTypeEnum[] values()
for (CompetenceTypeEnum c : CompetenceTypeEnum.values()) System.out.println(c);
public static CompetenceTypeEnum 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 toString()
toString
in class java.lang.Enum<CompetenceTypeEnum>
public static CompetenceTypeEnum getTypeByName(java.lang.String competenceTypeName)
competenceTypeName
- the competence type name