public interface COBOLSimpleType extends COBOLClassifier
The following features are supported:
CobolPackage.getCOBOLSimpleType()| Modifier and Type | Method and Description |
|---|---|
String |
getPictureString()
Returns the value of the 'Picture String' attribute.
|
Boolean |
getUsage()
Returns the value of the 'Usage' attribute.
|
COBOLUsageValue |
getUsageValue()
Returns the value of the 'Usage Value' attribute.
|
void |
setPictureString(String value)
Sets the value of the '
Picture String' attribute. |
void |
setUsage(Boolean value)
Sets the value of the '
Usage' attribute. |
void |
setUsageValue(COBOLUsageValue value)
Sets the value of the '
Usage Value' attribute. |
getName, getTypeded, getTypedElements, setName, setTypededCOBOLUsageValue getUsageValue()
COBOLUsageValue.
COBOLUsageValue,
setUsageValue(COBOLUsageValue),
CobolPackage.getCOBOLSimpleType_UsageValue()void setUsageValue(COBOLUsageValue value)
Usage Value' attribute.
value - the new value of the 'Usage Value' attribute.COBOLUsageValue,
getUsageValue()String getPictureString()
setPictureString(String),
CobolPackage.getCOBOLSimpleType_PictureString()void setPictureString(String value)
Picture String' attribute.
value - the new value of the 'Picture String' attribute.getPictureString()Boolean getUsage()
setUsage(Boolean),
CobolPackage.getCOBOLSimpleType_Usage()void setUsage(Boolean value)
Usage' attribute.
value - the new value of the 'Usage' attribute.getUsage()Copyright © 2018–2020 Atlanmod. All rights reserved.