public enum FromProperty extends java.lang.Enum<FromProperty> implements org.eclipse.emf.common.util.Enumerator
DocGenViewPackage.getFromProperty()
Enum Constant and Description |
---|
DOCUMENTATION
The 'DOCUMENTATION' literal object.
|
DVALUE
The 'DVALUE' literal object.
|
NAME
The 'NAME' literal object.
|
Modifier and Type | Field and Description |
---|---|
static int |
DOCUMENTATION_VALUE
The 'DOCUMENTATION' literal value.
|
static int |
DVALUE_VALUE
The 'DVALUE' literal value.
|
static int |
NAME_VALUE
The 'NAME' literal value.
|
static java.util.List<FromProperty> |
VALUES
A public read-only list of all the 'From Property'
enumerators.
|
Modifier and Type | Method and Description |
---|---|
static FromProperty |
get(int value)
Returns the 'From Property' literal with the specified
integer value.
|
static FromProperty |
get(java.lang.String literal)
Returns the 'From Property' literal with the specified
literal value.
|
static FromProperty |
getByName(java.lang.String name)
Returns the 'From Property' 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 FromProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FromProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FromProperty NAME
NAME_VALUE
public static final FromProperty DOCUMENTATION
DOCUMENTATION_VALUE
public static final FromProperty DVALUE
DVALUE_VALUE
public static final int NAME_VALUE
If the meaning of 'NAME' literal object isn't clear, there really should be more of a description here...
NAME
,
Constant Field Valuespublic static final int DOCUMENTATION_VALUE
If the meaning of 'DOCUMENTATION' literal object isn't clear, there really should be more of a description here...
DOCUMENTATION
,
Constant Field Valuespublic static final int DVALUE_VALUE
If the meaning of 'DVALUE' literal object isn't clear, there really should be more of a description here...
DVALUE
,
Constant Field Valuespublic static final java.util.List<FromProperty> VALUES
public static FromProperty[] values()
for (FromProperty c : FromProperty.values()) System.out.println(c);
public static FromProperty 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 FromProperty get(java.lang.String literal)
public static FromProperty getByName(java.lang.String name)
public static FromProperty get(int value)
public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<FromProperty>