|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ChoiceKind>
org.eclipse.ocl.helper.ChoiceKind
public enum ChoiceKind
An enumeration of OCL syntax completion choice types.
Choice
,
OCLHelper.getSyntaxHelp(ConstraintKind, String)
Enum Constant Summary | |
---|---|
ASSOCIATION_CLASS
Indicates an association-class navigation choice. |
|
ENUMERATION_LITERAL
Indicates an enumeration literal completion choice. |
|
OPERATION
Indicates an operation completion choice. |
|
PACKAGE
Indicates a package choice (which helps to complete type choices). |
|
PROPERTY
Indicates a property completion choice. |
|
SIGNAL
Indicates a signal completion choice. |
|
STATE
Indicates a state name completion choice. |
|
TYPE
Indicates a type name completion choice. |
|
VARIABLE
Indicates a variable name completion choice. |
Method Summary | |
---|---|
static ChoiceKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ChoiceKind[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ChoiceKind PROPERTY
public static final ChoiceKind OPERATION
public static final ChoiceKind SIGNAL
public static final ChoiceKind ENUMERATION_LITERAL
public static final ChoiceKind STATE
public static final ChoiceKind TYPE
public static final ChoiceKind ASSOCIATION_CLASS
public static final ChoiceKind PACKAGE
public static final ChoiceKind VARIABLE
Method Detail |
---|
public static ChoiceKind[] values()
for (ChoiceKind c : ChoiceKind.values()) System.out.println(c);
public static ChoiceKind valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |