java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.sintef.mofscript.MOFScriptModel.AccessLevel
public final class AccessLevel
A representation of the literals of the enumeration 'Access Level', and utility methods for working with them.
MOFScriptModelPackage.getAccessLevel()
Field Summary | |
---|---|
static int |
NONE
The 'NONE' literal value |
static AccessLevel |
NONE_LITERAL
The 'NONE' literal object |
static int |
PRIVATE
The 'PRIVATE' literal value |
static AccessLevel |
PRIVATE_LITERAL
The 'PRIVATE' literal object |
static int |
PROTECTED
The 'PROTECTED' literal value |
static AccessLevel |
PROTECTED_LITERAL
The 'PROTECTED' literal object |
static int |
PUBLIC
The 'PUBLIC' literal value |
static AccessLevel |
PUBLIC_LITERAL
The 'PUBLIC' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Access Level' enumerators |
Method Summary | |
---|---|
static AccessLevel |
get(int value)
Returns the 'Access Level' literal with the specified value |
static AccessLevel |
get(java.lang.String name)
Returns the 'Access Level' 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 NONE
If the meaning of 'NONE' literal object isn't clear, there really should be more of a description here...
NONE_LITERAL
,
Constant Field Valuespublic static final int PUBLIC
If the meaning of 'PUBLIC' literal object isn't clear, there really should be more of a description here...
PUBLIC_LITERAL
,
Constant Field Valuespublic static final int PROTECTED
If the meaning of 'PROTECTED' literal object isn't clear, there really should be more of a description here...
PROTECTED_LITERAL
,
Constant Field Valuespublic static final int PRIVATE
If the meaning of 'PRIVATE' literal object isn't clear, there really should be more of a description here...
PRIVATE_LITERAL
,
Constant Field Valuespublic static final AccessLevel NONE_LITERAL
NONE
public static final AccessLevel PUBLIC_LITERAL
PUBLIC
public static final AccessLevel PROTECTED_LITERAL
PROTECTED
public static final AccessLevel PRIVATE_LITERAL
PRIVATE
public static final java.util.List VALUES
Method Detail |
---|
public static AccessLevel get(java.lang.String name)
public static AccessLevel get(int value)