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

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

Uses of DotOrArrowEnum in org.eclipse.ocl.cst
 

Fields in org.eclipse.ocl.cst with type parameters of type DotOrArrowEnum
static java.util.List<DotOrArrowEnum> DotOrArrowEnum.VALUES
          A public read-only list of all the 'Dot Or Arrow Enum' enumerators.
 

Methods in org.eclipse.ocl.cst that return DotOrArrowEnum
static DotOrArrowEnum DotOrArrowEnum.get(int value)
          Returns the 'Dot Or Arrow Enum' literal with the specified integer value.
static DotOrArrowEnum DotOrArrowEnum.get(java.lang.String literal)
          Returns the 'Dot Or Arrow Enum' literal with the specified literal value.
 DotOrArrowEnum CallExpCS.getAccessor()
          Returns the value of the 'Accessor' attribute.
static DotOrArrowEnum DotOrArrowEnum.getByName(java.lang.String name)
          Returns the 'Dot Or Arrow Enum' literal with the specified name.
static DotOrArrowEnum DotOrArrowEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DotOrArrowEnum[] DotOrArrowEnum.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 DotOrArrowEnum
 void CallExpCS.setAccessor(DotOrArrowEnum value)
          Sets the value of the 'Accessor' attribute.
 

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

Fields in org.eclipse.ocl.cst.impl declared as DotOrArrowEnum
protected  DotOrArrowEnum CallExpCSImpl.accessor
          The cached value of the 'Accessor' attribute.
protected static DotOrArrowEnum CallExpCSImpl.ACCESSOR_EDEFAULT
          The default value of the 'Accessor' attribute.
 

Methods in org.eclipse.ocl.cst.impl that return DotOrArrowEnum
 DotOrArrowEnum CSTFactoryImpl.createDotOrArrowEnumFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 DotOrArrowEnum CallExpCSImpl.getAccessor()
           
 

Methods in org.eclipse.ocl.cst.impl with parameters of type DotOrArrowEnum
 void CallExpCSImpl.setAccessor(DotOrArrowEnum newAccessor)