java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.sintef.mofscript.MOFScriptModel.ImportSemantics
public final class ImportSemantics
A representation of the literals of the enumeration 'Import Semantics', and utility methods for working with them.
MOFScriptModelPackage.getImportSemantics()
Field Summary | |
---|---|
static int |
ACCESS
The 'ACCESS' literal value |
static ImportSemantics |
ACCESS_LITERAL
The 'ACCESS' literal object |
static int |
IMPORT
The 'IMPORT' literal value |
static ImportSemantics |
IMPORT_LITERAL
The 'IMPORT' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Import Semantics' enumerators |
Method Summary | |
---|---|
static ImportSemantics |
get(int value)
Returns the 'Import Semantics' literal with the specified value |
static ImportSemantics |
get(java.lang.String name)
Returns the 'Import Semantics' 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 ACCESS
If the meaning of 'ACCESS' literal object isn't clear, there really should be more of a description here...
ACCESS_LITERAL
,
Constant Field Valuespublic static final int IMPORT
If the meaning of 'IMPORT' literal object isn't clear, there really should be more of a description here...
IMPORT_LITERAL
,
Constant Field Valuespublic static final ImportSemantics ACCESS_LITERAL
ACCESS
public static final ImportSemantics IMPORT_LITERAL
IMPORT
public static final java.util.List VALUES
Method Detail |
---|
public static ImportSemantics get(java.lang.String name)
public static ImportSemantics get(int value)