public enum DetailEditing extends Enum<DetailEditing> implements org.eclipse.emf.common.util.Enumerator
VTablePackage.getDetailEditing()
Enum Constant and Description |
---|
NONE
The 'None' literal object.
|
WITH_DIALOG
The 'With Dialog' literal object.
|
WITH_PANEL
The 'With Panel' literal object.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
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
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 nameNullPointerException
- if the argument is nullpublic static DetailEditing get(String literal)
literal
- the literal.null
.public static DetailEditing getByName(String name)
name
- the name.null
.public static DetailEditing get(int value)
value
- the integer value.null
.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>
Copyright © 2019. All rights reserved.