|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 java.util.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(java.lang.String literal)
Returns the 'Simple Type Enum' literal with the specified literal value. |
static SimpleTypeEnum |
SimpleTypeEnum.getByName(java.lang.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(java.lang.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 are 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(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.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,
java.lang.String value)
|
protected SimpleNameCS |
AbstractOCLParser.createQuotedSimpleNameCS(SimpleTypeEnum type,
lpg.runtime.IToken token)
|
protected SimpleNameCS |
AbstractOCLParser.createSimpleNameCS(SimpleTypeEnum type,
lpg.runtime.IToken token)
|
protected C |
AbstractOCLAnalyzer.primitiveTypeCS(SimpleTypeEnum simpleType,
Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
PrimitiveTypeCS |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||