| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.cobol | |
| org.eclipse.gmt.modisco.cobol.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<COBOLInitialValueKind> |
COBOLInitialValueKind.VALUES
A public read-only list of all the 'COBOL Initial Value Kind' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static COBOLInitialValueKind |
COBOLInitialValueKind.get(int value)
Returns the 'COBOL Initial Value Kind' literal with the specified integer value.
|
static COBOLInitialValueKind |
COBOLInitialValueKind.get(String literal)
Returns the 'COBOL Initial Value Kind' literal with the specified literal value.
|
static COBOLInitialValueKind |
COBOLInitialValueKind.getByName(String name)
Returns the 'COBOL Initial Value Kind' literal with the specified name.
|
COBOLInitialValueKind |
COBOLElementInitialValue.getValueKind()
Returns the value of the 'Value Kind' attribute.
|
static COBOLInitialValueKind |
COBOLInitialValueKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static COBOLInitialValueKind[] |
COBOLInitialValueKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
COBOLElementInitialValue.setValueKind(COBOLInitialValueKind value)
Sets the value of the '
Value Kind' attribute. |
| Modifier and Type | Field and Description |
|---|---|
protected static COBOLInitialValueKind |
COBOLElementInitialValueImpl.VALUE_KIND_EDEFAULT
The default value of the '
Value Kind' attribute. |
protected COBOLInitialValueKind |
COBOLElementInitialValueImpl.valueKind
The cached value of the '
Value Kind' attribute. |
| Modifier and Type | Method and Description |
|---|---|
COBOLInitialValueKind |
CobolFactoryImpl.createCOBOLInitialValueKindFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
COBOLInitialValueKind |
COBOLElementInitialValueImpl.getValueKind() |
| Modifier and Type | Method and Description |
|---|---|
void |
COBOLElementInitialValueImpl.setValueKind(COBOLInitialValueKind newValueKind) |
Copyright © 2018–2020 Atlanmod. All rights reserved.