| Package | Description |
|---|---|
| org.eclipse.ocl.cst | |
| org.eclipse.ocl.cst.impl | |
| org.eclipse.ocl.parser |
| Modifier and Type | Field and Description |
|---|---|
static List<SimpleTypeEnum> |
SimpleTypeEnum.VALUES
A public read-only list of all the 'Simple Type Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
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 are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleNameCS.setType(SimpleTypeEnum value)
Sets the value of the '
Type' attribute. |
| Modifier and Type | Field and Description |
|---|---|
protected SimpleTypeEnum |
SimpleNameCSImpl.type
The cached value of the '
Type' attribute. |
protected static SimpleTypeEnum |
SimpleNameCSImpl.TYPE_EDEFAULT
The default value of the '
Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
SimpleTypeEnum |
CSTFactoryImpl.createSimpleTypeEnumFromString(EDataType eDataType,
String initialValue) |
SimpleTypeEnum |
SimpleNameCSImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleNameCSImpl.setType(SimpleTypeEnum newType) |
| Modifier and Type | Method and Description |
|---|---|
protected PrimitiveTypeCS |
AbstractOCLParser.createPrimitiveTypeCS(SimpleTypeEnum type,
String value) |
protected SimpleNameCS |
AbstractOCLParser.createQuotedSimpleNameCS(SimpleTypeEnum type,
IToken token) |
protected SimpleNameCS |
AbstractOCLParser.createSimpleNameCS(SimpleTypeEnum type,
IToken token) |
protected C |
AbstractOCLAnalyzer.primitiveTypeCS(SimpleTypeEnum simpleType,
Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
PrimitiveTypeCS
|
Copyright © 2015 Open eHealth Foundation. All rights reserved.