|
||||||||||
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.ConstraintType
ConstraintKind
enumeration with the
OCLHelper
, instead.
@Deprecated public class ConstraintType
An enumeration of OCL constraint types, primarily for determining the appropriate choices for syntax completion.
IOCLHelper.getSyntaxHelp(ConstraintType, String)
,
Serialized FormField Summary | |
---|---|
static ConstraintType |
BODYCONDITION
Deprecated. Indicates an enumeration literal completion choice. |
static ConstraintType |
INVARIANT
Deprecated. Indicates a semantically uncategorized completion choice. |
static ConstraintType |
POSTCONDITION
Deprecated. Indicates a behavioral feature (e.g., operation) completion choice. |
static ConstraintType |
PRECONDITION
Deprecated. Indicates a structural feature (e.g., attribute) 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 ConstraintType INVARIANT
public static final ConstraintType PRECONDITION
public static final ConstraintType BODYCONDITION
public static final ConstraintType POSTCONDITION
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 |