public enum EIcons extends java.lang.Enum<EIcons> implements org.eclipse.emf.common.util.Enumerator
TaurusPackage.getEIcons()| Enum Constant and Description |
|---|
ACTION_BROWSE
The 'Action Browse' literal object.
|
ACTION_BUILD
The 'Action Build' literal object.
|
ACTION_CHECK_IN
The 'Action Check In' literal object.
|
ACTION_CHECK_OUT
The 'Action Check Out' literal object.
|
ACTION_DRAW_DOWN
The 'Action Draw Down' literal object.
|
ACTION_EDIT
The 'Action Edit' literal object.
|
ACTION_INSERT
The 'Action Insert' literal object.
|
ACTION_PROMOTE
The 'Action Promote' literal object.
|
ACTION_REMOVE
The 'Action Remove' literal object.
|
ACTION_SHOW_HISTORY
The 'Action Show History' literal object.
|
APPLICATION
The 'Application' literal object.
|
CONTAINER_GROUP
The 'Container Group' literal object.
|
CONTAINER_PROJECT
The 'Container Project' literal object.
|
DATABASE
The 'Database' literal object.
|
ELEMENT_EDITABLE
The 'Element Editable' literal object.
|
ELEMENT_LOCK_ENTRY
The 'Element Lock Entry' literal object.
|
ELEMENT_NON_EDITABLE
The 'Element Non Editable' literal object.
|
ELEMENT_PACKAGE
The 'Element Package' literal object.
|
ELEMENT_VERSION_ENTRY
The 'Element Version Entry' literal object.
|
JOB_RUNNING
The 'Job Running' literal object.
|
LIBRARY
The 'Library' literal object.
|
PACKAGE_FOLDER
The 'Package Folder' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ACTION_BROWSE_VALUE
The 'Action Browse' literal value.
|
static int |
ACTION_BUILD_VALUE
The 'Action Build' literal value.
|
static int |
ACTION_CHECK_IN_VALUE
The 'Action Check In' literal value.
|
static int |
ACTION_CHECK_OUT_VALUE
The 'Action Check Out' literal value.
|
static int |
ACTION_DRAW_DOWN_VALUE
The 'Action Draw Down' literal value.
|
static int |
ACTION_EDIT_VALUE
The 'Action Edit' literal value.
|
static int |
ACTION_INSERT_VALUE
The 'Action Insert' literal value.
|
static int |
ACTION_PROMOTE_VALUE
The 'Action Promote' literal value.
|
static int |
ACTION_REMOVE_VALUE
The 'Action Remove' literal value.
|
static int |
ACTION_SHOW_HISTORY_VALUE
The 'Action Show History' literal value.
|
static int |
APPLICATION_VALUE
The 'Application' literal value.
|
static int |
CONTAINER_GROUP_VALUE
The 'Container Group' literal value.
|
static int |
CONTAINER_PROJECT_VALUE
The 'Container Project' literal value.
|
static int |
DATABASE_VALUE
The 'Database' literal value.
|
static int |
ELEMENT_EDITABLE_VALUE
The 'Element Editable' literal value.
|
static int |
ELEMENT_LOCK_ENTRY_VALUE
The 'Element Lock Entry' literal value.
|
static int |
ELEMENT_NON_EDITABLE_VALUE
The 'Element Non Editable' literal value.
|
static int |
ELEMENT_PACKAGE_VALUE
The 'Element Package' literal value.
|
static int |
ELEMENT_VERSION_ENTRY_VALUE
The 'Element Version Entry' literal value.
|
static int |
JOB_RUNNING_VALUE
The 'Job Running' literal value.
|
static int |
LIBRARY_VALUE
The 'Library' literal value.
|
static int |
PACKAGE_FOLDER_VALUE
The 'Package Folder' literal value.
|
static java.util.List<EIcons> |
VALUES
A public read-only list of all the 'EIcons' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static EIcons |
get(int value)
Returns the 'EIcons' literal with the specified integer
value.
|
static EIcons |
get(java.lang.String literal)
Returns the 'EIcons' literal with the specified literal
value.
|
static EIcons |
getByName(java.lang.String name)
Returns the 'EIcons' literal with the specified name.
|
java.lang.String |
getLiteral() |
java.lang.String |
getName() |
int |
getValue() |
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string
representation.
|
static EIcons |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EIcons[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EIcons ACTION_BROWSE
ACTION_BROWSE_VALUEpublic static final EIcons ACTION_BUILD
ACTION_BUILD_VALUEpublic static final EIcons ACTION_CHECK_IN
ACTION_CHECK_IN_VALUEpublic static final EIcons ACTION_CHECK_OUT
ACTION_CHECK_OUT_VALUEpublic static final EIcons ACTION_DRAW_DOWN
ACTION_DRAW_DOWN_VALUEpublic static final EIcons ACTION_EDIT
ACTION_EDIT_VALUEpublic static final EIcons ACTION_REMOVE
ACTION_REMOVE_VALUEpublic static final EIcons ACTION_PROMOTE
ACTION_PROMOTE_VALUEpublic static final EIcons ACTION_INSERT
ACTION_INSERT_VALUEpublic static final EIcons ACTION_SHOW_HISTORY
ACTION_SHOW_HISTORY_VALUEpublic static final EIcons CONTAINER_GROUP
CONTAINER_GROUP_VALUEpublic static final EIcons CONTAINER_PROJECT
CONTAINER_PROJECT_VALUEpublic static final EIcons ELEMENT_EDITABLE
ELEMENT_EDITABLE_VALUEpublic static final EIcons ELEMENT_NON_EDITABLE
ELEMENT_NON_EDITABLE_VALUEpublic static final EIcons ELEMENT_VERSION_ENTRY
ELEMENT_VERSION_ENTRY_VALUEpublic static final EIcons ELEMENT_LOCK_ENTRY
ELEMENT_LOCK_ENTRY_VALUEpublic static final EIcons ELEMENT_PACKAGE
ELEMENT_PACKAGE_VALUEpublic static final EIcons APPLICATION
APPLICATION_VALUEpublic static final EIcons DATABASE
DATABASE_VALUEpublic static final EIcons JOB_RUNNING
JOB_RUNNING_VALUEpublic static final EIcons LIBRARY
LIBRARY_VALUEpublic static final EIcons PACKAGE_FOLDER
PACKAGE_FOLDER_VALUEpublic static final int ACTION_BROWSE_VALUE
ACTION_BROWSE,
Constant Field Valuespublic static final int ACTION_BUILD_VALUE
ACTION_BUILD,
Constant Field Valuespublic static final int ACTION_CHECK_IN_VALUE
ACTION_CHECK_IN,
Constant Field Valuespublic static final int ACTION_CHECK_OUT_VALUE
ACTION_CHECK_OUT,
Constant Field Valuespublic static final int ACTION_DRAW_DOWN_VALUE
ACTION_DRAW_DOWN,
Constant Field Valuespublic static final int ACTION_EDIT_VALUE
ACTION_EDIT,
Constant Field Valuespublic static final int ACTION_REMOVE_VALUE
ACTION_REMOVE,
Constant Field Valuespublic static final int ACTION_PROMOTE_VALUE
ACTION_PROMOTE,
Constant Field Valuespublic static final int ACTION_INSERT_VALUE
ACTION_INSERT,
Constant Field Valuespublic static final int ACTION_SHOW_HISTORY_VALUE
ACTION_SHOW_HISTORY,
Constant Field Valuespublic static final int CONTAINER_GROUP_VALUE
CONTAINER_GROUP,
Constant Field Valuespublic static final int CONTAINER_PROJECT_VALUE
CONTAINER_PROJECT,
Constant Field Valuespublic static final int ELEMENT_EDITABLE_VALUE
ELEMENT_EDITABLE,
Constant Field Valuespublic static final int ELEMENT_NON_EDITABLE_VALUE
ELEMENT_NON_EDITABLE,
Constant Field Valuespublic static final int ELEMENT_VERSION_ENTRY_VALUE
ELEMENT_VERSION_ENTRY,
Constant Field Valuespublic static final int ELEMENT_LOCK_ENTRY_VALUE
ELEMENT_LOCK_ENTRY,
Constant Field Valuespublic static final int ELEMENT_PACKAGE_VALUE
ELEMENT_PACKAGE,
Constant Field Valuespublic static final int APPLICATION_VALUE
APPLICATION,
Constant Field Valuespublic static final int DATABASE_VALUE
DATABASE,
Constant Field Valuespublic static final int JOB_RUNNING_VALUE
JOB_RUNNING,
Constant Field Valuespublic static final int LIBRARY_VALUE
LIBRARY,
Constant Field Valuespublic static final int PACKAGE_FOLDER_VALUE
PACKAGE_FOLDER,
Constant Field Valuespublic static final java.util.List<EIcons> VALUES
public static EIcons[] values()
for (EIcons c : EIcons.values()) System.out.println(c);
public static EIcons 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 static EIcons get(java.lang.String literal)
literal - the literal.null.public static EIcons getByName(java.lang.String name)
name - the name.null.public static EIcons get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String toString()
toString in class java.lang.Enum<EIcons>Copyright © 2015 Micro Focus GmbH. All rights reserved.