org.eclipse.emf.ocl.helper
Class ConstraintType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.emf.ocl.helper.ConstraintType
All Implemented Interfaces:
Serializable, Enumerator

Deprecated. Use the ConstraintKind enumeration with the OCLHelper, instead.

@Deprecated
public class ConstraintType
extends AbstractEnumerator

An enumeration of OCL constraint types, primarily for determining the appropriate choices for syntax completion.

See Also:
IOCLHelper.getSyntaxHelp(ConstraintType, String), Serialized Form

Field 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

INVARIANT

public static final ConstraintType INVARIANT
Deprecated. 
Indicates a semantically uncategorized completion choice.


PRECONDITION

public static final ConstraintType PRECONDITION
Deprecated. 
Indicates a structural feature (e.g., attribute) completion choice.


BODYCONDITION

public static final ConstraintType BODYCONDITION
Deprecated. 
Indicates an enumeration literal completion choice.


POSTCONDITION

public static final ConstraintType POSTCONDITION
Deprecated. 
Indicates a behavioral feature (e.g., operation) completion choice.

Method Detail

getValues

public static List getValues()
Deprecated. 
Retrieves the list of values of this enumerated type.

Returns:
The list of values of this enumerated type.

Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.