|
||||||||||
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.emf.ocl.helper.ChoiceType
ChoiceKind
enumeration with the
OCLHelper
, instead.
@Deprecated public class ChoiceType
An enumeration of OCL syntax completion choice types.
Choice
,
IOCLHelper.getSyntaxHelp(String)
,
Serialized FormField Summary | |
---|---|
static ChoiceType |
BEHAVIORAL_FEATURE
Deprecated. Indicates a behavioral feature (e.g., operation) completion choice. |
static ChoiceType |
ENUMERATION_LITERAL
Deprecated. Indicates an enumeration literal completion choice. |
static ChoiceType |
STRUCTURAL_FEATURE
Deprecated. Indicates a structural feature (e.g., attribute) completion choice. |
static ChoiceType |
UNCATEGORIZED
Deprecated. Indicates a semantically uncategorized completion choice. |
static ChoiceType |
VARIABLE
Deprecated. Indicates a variable name completion choice. |
Method Summary | |
---|---|
static List |
getValues()
Deprecated. Retrieves the list of values of this enumerated type. |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
---|
getLiteral, getName, getValue, toString, writeReplace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ChoiceType UNCATEGORIZED
public static final ChoiceType STRUCTURAL_FEATURE
public static final ChoiceType BEHAVIORAL_FEATURE
public static final ChoiceType ENUMERATION_LITERAL
public static final ChoiceType VARIABLE
Method Detail |
---|
public static List getValues()
|
Copyright 2002, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |