|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DetailEditing>
org.eclipse.emf.ecp.view.spi.table.model.DetailEditing
public enum DetailEditing
A representation of the literals of the enumeration 'Detail Editing', and utility methods for working with them.
VTablePackage.getDetailEditing()
Enum Constant Summary | |
---|---|
NONE
The 'None' literal object. |
|
WITH_DIALOG
The 'With Dialog' literal object. |
|
WITH_PANEL
The 'With Panel' literal object. |
Field Summary | |
---|---|
static int |
NONE_VALUE
The 'None' literal value. |
static List<DetailEditing> |
VALUES
A public read-only list of all the 'Detail Editing' enumerators. |
static int |
WITH_DIALOG_VALUE
The 'With Dialog' literal value. |
static int |
WITH_PANEL_VALUE
The 'With Panel' literal value. |
Method Summary | |
---|---|
static DetailEditing |
get(int value)
Returns the 'Detail Editing' literal with the specified integer value. |
static DetailEditing |
get(String literal)
Returns the 'Detail Editing' literal with the specified literal value. |
static DetailEditing |
getByName(String name)
Returns the 'Detail Editing' literal with the specified name. |
String |
getLiteral()
|
String |
getName()
|
int |
getValue()
|
String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static DetailEditing |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DetailEditing[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final DetailEditing NONE
NONE_VALUE
public static final DetailEditing WITH_DIALOG
WITH_DIALOG_VALUE
public static final DetailEditing WITH_PANEL
WITH_PANEL_VALUE
Field Detail |
---|
public static final int NONE_VALUE
If the meaning of 'None' literal object isn't clear, there really should be more of a description here...
NONE
,
Constant Field Valuespublic static final int WITH_DIALOG_VALUE
If the meaning of 'With Dialog' literal object isn't clear, there really should be more of a description here...
WITH_DIALOG
,
Constant Field Valuespublic static final int WITH_PANEL_VALUE
If the meaning of 'With Panel' literal object isn't clear, there really should be more of a description here...
WITH_PANEL
,
Constant Field Valuespublic static final List<DetailEditing> VALUES
Method Detail |
---|
public static DetailEditing[] values()
for (DetailEditing c : DetailEditing.values()) System.out.println(c);
public static DetailEditing valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static DetailEditing get(String literal)
public static DetailEditing getByName(String name)
public static DetailEditing get(int value)
public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public String toString()
toString
in class Enum<DetailEditing>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |