public enum TENCActionKey extends java.lang.Enum<TENCActionKey>
Enum Constant and Description |
---|
ADD_ASSESSMENT_ITEM
The constant Addassessmentitem.
|
ADD_ASSESSMENT_TEST
The constant Addassessmenttest.
|
ADD_COMPETENCE
The constant AddCompetence.
|
ADD_COMPETENCEPROFILE
The constant AddCompetenceProfile.
|
ADD_COMPETENCEPROFILE_LEVELS
The constant AddCompetenceProfilelevels.
|
ADD_EVIDENCE
The constant Addevidence.
|
ADD_GOAL
The constant ADD_GOAL.
|
ADD_LEARNINGPATH
The constant ADD_LEARNINGPATH.
|
ADD_MAP
The constant Addmap.
|
DELETE
The constant Delete.
|
DELETE_ASSESSMENT_ITEM
The constant Deleteassessmentitem.
|
DELETE_ASSESSMENT_TEST
The constant Deleteassessmenttest.
|
EDIT_ASSESSMENT_ITEM
The constant Editassessmentitem.
|
EDIT_ASSESSMENT_TEST
The constant Editassessmenttest.
|
PERMISSIONS
The constant Permissions.
|
SELECT_GOAL
The constant SELECT_GOAL.
|
UNDEFINED
The constant Undefined.
|
UPDATE
The constant Update.
|
VIEW
The constant View.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAction()
Gets the action.
|
static TENCActionKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TENCActionKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TENCActionKey UNDEFINED
public static final TENCActionKey VIEW
public static final TENCActionKey UPDATE
public static final TENCActionKey DELETE
public static final TENCActionKey PERMISSIONS
public static final TENCActionKey ADD_MAP
public static final TENCActionKey ADD_COMPETENCE
public static final TENCActionKey ADD_COMPETENCEPROFILE
public static final TENCActionKey ADD_COMPETENCEPROFILE_LEVELS
public static final TENCActionKey ADD_LEARNINGPATH
public static final TENCActionKey ADD_EVIDENCE
public static final TENCActionKey ADD_ASSESSMENT_TEST
public static final TENCActionKey EDIT_ASSESSMENT_TEST
public static final TENCActionKey DELETE_ASSESSMENT_TEST
public static final TENCActionKey ADD_ASSESSMENT_ITEM
public static final TENCActionKey EDIT_ASSESSMENT_ITEM
public static final TENCActionKey DELETE_ASSESSMENT_ITEM
public static final TENCActionKey ADD_GOAL
public static final TENCActionKey SELECT_GOAL
public static TENCActionKey[] values()
for (TENCActionKey c : TENCActionKey.values()) System.out.println(c);
public static TENCActionKey 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 getAction()