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