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

Packages that use SimpleTypeEnum
org.eclipse.ocl.cst   
org.eclipse.ocl.cst.impl   
org.eclipse.ocl.parser   
 

Uses of SimpleTypeEnum in org.eclipse.ocl.cst
 

Fields in org.eclipse.ocl.cst with type parameters of type SimpleTypeEnum
static List<SimpleTypeEnum> SimpleTypeEnum.VALUES
          A public read-only list of all the 'Simple Type Enum' enumerators
 

Methods in org.eclipse.ocl.cst that return SimpleTypeEnum
static SimpleTypeEnum SimpleTypeEnum.get(int value)
          Returns the 'Simple Type Enum' literal with the specified integer value
static SimpleTypeEnum SimpleTypeEnum.get(String literal)
          Returns the 'Simple Type Enum' literal with the specified literal value
static SimpleTypeEnum SimpleTypeEnum.getByName(String name)
          Returns the 'Simple Type Enum' literal with the specified name
 SimpleTypeEnum SimpleNameCS.getType()
          Returns the value of the 'Type' attribute.
static SimpleTypeEnum SimpleTypeEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SimpleTypeEnum[] SimpleTypeEnum.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 SimpleTypeEnum
 void SimpleNameCS.setType(SimpleTypeEnum value)
          Sets the value of the 'Type' attribute
 

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

Fields in org.eclipse.ocl.cst.impl declared as SimpleTypeEnum
protected  SimpleTypeEnum SimpleNameCSImpl.type
          The cached value of the 'Type' attribute
protected static SimpleTypeEnum SimpleNameCSImpl.TYPE_EDEFAULT
          The default value of the 'Type' attribute
 

Methods in org.eclipse.ocl.cst.impl that return SimpleTypeEnum
 SimpleTypeEnum CSTFactoryImpl.createSimpleTypeEnumFromString(EDataType eDataType, String initialValue)
           
 SimpleTypeEnum SimpleNameCSImpl.getType()
           
 

Methods in org.eclipse.ocl.cst.impl with parameters of type SimpleTypeEnum
 void SimpleNameCSImpl.setType(SimpleTypeEnum newType)
           
 

Uses of SimpleTypeEnum in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser with parameters of type SimpleTypeEnum
protected  PrimitiveTypeCS AbstractOCLParser.createPrimitiveTypeCS(SimpleTypeEnum type, String value)
           
protected  SimpleNameCS AbstractOCLParser.createSimpleNameCS(SimpleTypeEnum type, String value)
           
protected  C AbstractOCLAnalyzer.primitiveTypeCS(SimpleTypeEnum simpleType, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          PrimitiveTypeCS
 


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