|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| 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.eclipse.tptp.platform.analysis.util.types.Modifier
A representation of the literals of the enumeration 'Modifier', and utility methods for working with them.
org.eclipse.tptp.platform.analysis.util.types.TypesPackage#getModifier()| Field Summary | |
|---|---|
static int |
ANY
The 'ANY' literal value. |
static Modifier |
ANY_LITERAL
The 'ANY' literal object. |
static int |
PACKAGE
The 'PACKAGE' literal value. |
static Modifier |
PACKAGE_LITERAL
The 'PACKAGE' literal object. |
static int |
PRIVATE
The 'PRIVATE' literal value. |
static Modifier |
PRIVATE_LITERAL
The 'PRIVATE' literal object. |
static int |
PROTECTED
The 'PROTECTED' literal value. |
static Modifier |
PROTECTED_LITERAL
The 'PROTECTED' literal object. |
static int |
PUBLIC
The 'PUBLIC' literal value. |
static Modifier |
PUBLIC_LITERAL
The 'PUBLIC' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Modifier' enumerators. |
| Method Summary | |
|---|---|
static Modifier |
get(int value)
Returns the 'Modifier' literal with the specified value. |
static Modifier |
get(java.lang.String name)
Returns the 'Modifier' 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 PUBLIC
PUBLIC_LITERAL,
Constant Field Valuespublic static final int PROTECTED
PROTECTED_LITERAL,
Constant Field Valuespublic static final int PRIVATE
PRIVATE_LITERAL,
Constant Field Valuespublic static final int PACKAGE
PACKAGE_LITERAL,
Constant Field Valuespublic static final int ANY
ANY_LITERAL,
Constant Field Valuespublic static final Modifier PUBLIC_LITERAL
If the meaning of 'PUBLIC' literal object isn't clear, there really should be more of a description here...
PUBLICpublic static final Modifier PROTECTED_LITERAL
If the meaning of 'PROTECTED' literal object isn't clear, there really should be more of a description here...
PROTECTEDpublic static final Modifier PRIVATE_LITERAL
If the meaning of 'PRIVATE' literal object isn't clear, there really should be more of a description here...
PRIVATEpublic static final Modifier PACKAGE_LITERAL
If the meaning of 'PACKAGE' literal object isn't clear, there really should be more of a description here...
PACKAGEpublic static final Modifier ANY_LITERAL
If the meaning of 'ANY' literal object isn't clear, there really should be more of a description here...
ANYpublic static final java.util.List VALUES
| Method Detail |
public static Modifier get(java.lang.String name)
public static Modifier get(int value)
|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||