| Package | Description |
|---|---|
| org.eclipse.ocl.cst | |
| org.eclipse.ocl.cst.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<DotOrArrowEnum> |
DotOrArrowEnum.VALUES
A public read-only list of all the 'Dot Or Arrow Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
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 are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CallExpCS.setAccessor(DotOrArrowEnum value)
Sets the value of the '
Accessor' attribute. |
| Modifier and Type | Field and Description |
|---|---|
protected DotOrArrowEnum |
CallExpCSImpl.accessor
The cached value of the '
Accessor' attribute. |
protected static DotOrArrowEnum |
CallExpCSImpl.ACCESSOR_EDEFAULT
The default value of the '
Accessor' attribute. |
| Modifier and Type | Method and Description |
|---|---|
DotOrArrowEnum |
CSTFactoryImpl.createDotOrArrowEnumFromString(EDataType eDataType,
String initialValue) |
DotOrArrowEnum |
CallExpCSImpl.getAccessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
CallExpCSImpl.setAccessor(DotOrArrowEnum newAccessor) |
Copyright © 2015 Open eHealth Foundation. All rights reserved.