|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.stp.core.sca.OverrideOptions
public final class OverrideOptions
A representation of the literals of the enumeration 'Override Options', and utility methods for working with them.
SCAPackage.getOverrideOptions()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
static int |
MAY
The 'May' literal value. |
static OverrideOptions |
MAY_LITERAL
The 'May' literal object. |
static int |
MUST
The 'Must' literal value. |
static OverrideOptions |
MUST_LITERAL
The 'Must' literal object. |
static int |
NO
The 'No' literal value. |
static OverrideOptions |
NO_LITERAL
The 'No' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Override Options' enumerators. |
Method Summary | |
---|---|
static OverrideOptions |
get(int value)
Returns the 'Override Options' literal with the specified value. |
static OverrideOptions |
get(java.lang.String name)
Returns the 'Override Options' literal with the specified name. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String copyright
public static final int NO
If the meaning of 'No' literal object isn't clear, there really should be more of a description here...
NO_LITERAL
,
Constant Field Valuespublic static final int MAY
If the meaning of 'May' literal object isn't clear, there really should be more of a description here...
MAY_LITERAL
,
Constant Field Valuespublic static final int MUST
If the meaning of 'Must' literal object isn't clear, there really should be more of a description here...
MUST_LITERAL
,
Constant Field Valuespublic static final OverrideOptions NO_LITERAL
NO
public static final OverrideOptions MAY_LITERAL
MAY
public static final OverrideOptions MUST_LITERAL
MUST
public static final java.util.List VALUES
Method Detail |
---|
public static OverrideOptions get(java.lang.String name)
name
- The literal value of a particular OverrideOptions enum
public static OverrideOptions get(int value)
value
- The value of a particular OverrideOptions enum
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |