|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SImplementationMode>
org.metaabm.SImplementationMode
public enum SImplementationMode
Enum Constant Summary | |
---|---|
EXTERNAL_LITERAL
The 'External' literal object. |
|
GENERATE_EMPTY_LITERAL
The 'Generate Empty' literal object. |
|
GENERATE_LITERAL
The 'Generate' literal object. |
|
GENERATE_PROTECTED_LITERAL
The 'Generate Protected' literal object. |
|
LOAD_LITERAL
The 'Load' literal object. |
Field Summary | |
---|---|
static int |
EXTERNAL
The 'External' literal value. |
static int |
GENERATE
The 'Generate' literal value. |
static int |
GENERATE_EMPTY
The 'Generate Empty' literal value. |
static int |
GENERATE_PROTECTED
The 'Generate Protected' literal value. |
static int |
LOAD
The 'Load' literal value. |
static java.util.List<SImplementationMode> |
VALUES
A public read-only list of all the 'SImplementation Mode' enumerators. |
Method Summary | |
---|---|
static SImplementationMode |
get(int value)
Returns the 'SImplementation Mode' literal with the specified integer value. |
static SImplementationMode |
get(java.lang.String literal)
Returns the 'SImplementation Mode' literal with the specified literal value. |
static SImplementationMode |
getByName(java.lang.String name)
Returns the 'SImplementation Mode' 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 SImplementationMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SImplementationMode[] |
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 SImplementationMode GENERATE_LITERAL
GENERATE
public static final SImplementationMode GENERATE_PROTECTED_LITERAL
GENERATE_PROTECTED
public static final SImplementationMode GENERATE_EMPTY_LITERAL
GENERATE_EMPTY
public static final SImplementationMode LOAD_LITERAL
LOAD
public static final SImplementationMode EXTERNAL_LITERAL
EXTERNAL
Field Detail |
---|
public static final int GENERATE
If the meaning of 'Generate' literal object isn't clear, there really should be more of a description here...
GENERATE_LITERAL
,
Constant Field Valuespublic static final int GENERATE_PROTECTED
If the meaning of 'Generate Protected' literal object isn't clear, there really should be more of a description here...
GENERATE_PROTECTED_LITERAL
,
Constant Field Valuespublic static final int GENERATE_EMPTY
If the meaning of 'Generate Empty' literal object isn't clear, there really should be more of a description here...
GENERATE_EMPTY_LITERAL
,
Constant Field Valuespublic static final int LOAD
If the meaning of 'Load' literal object isn't clear, there really should be more of a description here...
LOAD_LITERAL
,
Constant Field Valuespublic static final int EXTERNAL
If the meaning of 'External' literal object isn't clear, there really should be more of a description here...
EXTERNAL_LITERAL
,
Constant Field Valuespublic static final java.util.List<SImplementationMode> VALUES
Method Detail |
---|
public static SImplementationMode[] values()
for (SImplementationMode c : SImplementationMode.values()) System.out.println(c);
public static SImplementationMode 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 name
java.lang.NullPointerException
- if the argument is nullpublic static SImplementationMode get(java.lang.String literal)
public static SImplementationMode getByName(java.lang.String name)
public static SImplementationMode 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<SImplementationMode>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |