public enum EEditorSelectionType extends java.lang.Enum<EEditorSelectionType> implements org.eclipse.emf.common.util.Enumerator
TaurusPackage.getEEditorSelectionType()| Enum Constant and Description |
|---|
SELECTED_KEYWORD
The 'Selected Keyword' literal object.
|
SELECTED_LINE
The 'Selected Line' literal object.
|
SELECTED_LINE_NUMBERS
The 'Selected Line Numbers' literal object.
|
SELECTED_TEXT
The 'Selected Text' literal object.
|
SELECTED_WORD
The 'Selected Word' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
SELECTED_KEYWORD_VALUE
The 'Selected Keyword' literal value.
|
static int |
SELECTED_LINE_NUMBERS_VALUE
The 'Selected Line Numbers' literal value.
|
static int |
SELECTED_LINE_VALUE
The 'Selected Line' literal value.
|
static int |
SELECTED_TEXT_VALUE
The 'Selected Text' literal value.
|
static int |
SELECTED_WORD_VALUE
The 'Selected Word' literal value.
|
static java.util.List<EEditorSelectionType> |
VALUES
A public read-only list of all the 'EEditor Selection Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static EEditorSelectionType |
get(int value)
Returns the 'EEditor Selection Type' literal with the specified integer value.
|
static EEditorSelectionType |
get(java.lang.String literal)
Returns the 'EEditor Selection Type' literal with the specified literal value.
|
static EEditorSelectionType |
getByName(java.lang.String name)
Returns the 'EEditor Selection Type' 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 EEditorSelectionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EEditorSelectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EEditorSelectionType SELECTED_TEXT
SELECTED_TEXT_VALUEpublic static final EEditorSelectionType SELECTED_WORD
SELECTED_WORD_VALUEpublic static final EEditorSelectionType SELECTED_LINE
SELECTED_LINE_VALUEpublic static final EEditorSelectionType SELECTED_KEYWORD
SELECTED_KEYWORD_VALUEpublic static final EEditorSelectionType SELECTED_LINE_NUMBERS
SELECTED_LINE_NUMBERS_VALUEpublic static final int SELECTED_TEXT_VALUE
SELECTED_TEXT,
Constant Field Valuespublic static final int SELECTED_WORD_VALUE
SELECTED_WORD,
Constant Field Valuespublic static final int SELECTED_LINE_VALUE
SELECTED_LINE,
Constant Field Valuespublic static final int SELECTED_KEYWORD_VALUE
SELECTED_KEYWORD,
Constant Field Valuespublic static final int SELECTED_LINE_NUMBERS_VALUE
If the meaning of 'Selected Line Numbers' literal object isn't clear, there really should be more of a description here...
SELECTED_LINE_NUMBERS,
Constant Field Valuespublic static final java.util.List<EEditorSelectionType> VALUES
public static EEditorSelectionType[] values()
for (EEditorSelectionType c : EEditorSelectionType.values()) System.out.println(c);
public static EEditorSelectionType 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 EEditorSelectionType get(java.lang.String literal)
literal - the literal.null.public static EEditorSelectionType getByName(java.lang.String name)
name - the name.null.public static EEditorSelectionType 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<EEditorSelectionType>Copyright © 2015 Micro Focus GmbH. All rights reserved.