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 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(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(String name)
          Returns the 'Dot Or Arrow Enum' literal with the specified name
static DotOrArrowEnum DotOrArrowEnum.valueOf(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're 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(EDataType eDataType, String initialValue)
           
 DotOrArrowEnum CallExpCSImpl.getAccessor()
           
 

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


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