|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.sintef.mofscript.MOFScriptModel.ImportType
public final class ImportType
A representation of the literals of the enumeration 'Import Type', and utility methods for working with them.
MOFScriptModelPackage.getImportType()
Field Summary | |
---|---|
static int |
LIBRARY
The 'LIBRARY' literal value |
static ImportType |
LIBRARY_LITERAL
The 'LIBRARY' literal object |
static int |
TRANSFORMATION
The 'TRANSFORMATION' literal value |
static ImportType |
TRANSFORMATION_LITERAL
The 'TRANSFORMATION' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Import Type' enumerators |
Method Summary | |
---|---|
static ImportType |
get(int value)
Returns the 'Import Type' literal with the specified value |
static ImportType |
get(java.lang.String name)
Returns the 'Import Type' literal with the specified name |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
---|
getName, getValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int LIBRARY
If the meaning of 'LIBRARY' literal object isn't clear, there really should be more of a description here...
LIBRARY_LITERAL
,
Constant Field Valuespublic static final int TRANSFORMATION
If the meaning of 'TRANSFORMATION' literal object isn't clear, there really should be more of a description here...
TRANSFORMATION_LITERAL
,
Constant Field Valuespublic static final ImportType LIBRARY_LITERAL
LIBRARY
public static final ImportType TRANSFORMATION_LITERAL
TRANSFORMATION
public static final java.util.List VALUES
Method Detail |
---|
public static ImportType get(java.lang.String name)
public static ImportType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |