Uses of Class
org.eclipse.ocl.cst.MessageExpKind

Packages that use MessageExpKind
org.eclipse.ocl.cst   
org.eclipse.ocl.cst.impl   
 

Uses of MessageExpKind in org.eclipse.ocl.cst
 

Fields in org.eclipse.ocl.cst with type parameters of type MessageExpKind
static java.util.List<MessageExpKind> MessageExpKind.VALUES
          A public read-only list of all the 'Message Exp Kind' enumerators.
 

Methods in org.eclipse.ocl.cst that return MessageExpKind
static MessageExpKind MessageExpKind.get(int value)
          Returns the 'Message Exp Kind' literal with the specified integer value.
static MessageExpKind MessageExpKind.get(java.lang.String literal)
          Returns the 'Message Exp Kind' literal with the specified literal value.
static MessageExpKind MessageExpKind.getByName(java.lang.String name)
          Returns the 'Message Exp Kind' literal with the specified name.
 MessageExpKind MessageExpCS.getKind()
          Returns the value of the 'Kind' attribute.
static MessageExpKind MessageExpKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MessageExpKind[] MessageExpKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.ocl.cst with parameters of type MessageExpKind
 void MessageExpCS.setKind(MessageExpKind value)
          Sets the value of the 'Kind' attribute.
 

Uses of MessageExpKind in org.eclipse.ocl.cst.impl
 

Fields in org.eclipse.ocl.cst.impl declared as MessageExpKind
protected  MessageExpKind MessageExpCSImpl.kind
          The cached value of the 'Kind' attribute.
protected static MessageExpKind MessageExpCSImpl.KIND_EDEFAULT
          The default value of the 'Kind' attribute.
 

Methods in org.eclipse.ocl.cst.impl that return MessageExpKind
 MessageExpKind CSTFactoryImpl.createMessageExpKindFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 MessageExpKind MessageExpCSImpl.getKind()
           
 

Methods in org.eclipse.ocl.cst.impl with parameters of type MessageExpKind
 void MessageExpCSImpl.setKind(MessageExpKind newKind)