public interface COBOLElementInitialValue
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
String |
getInitVal()
Returns the value of the 'Init Val' attribute.
|
COBOLInitialValueKind |
getValueKind()
Returns the value of the 'Value Kind' attribute.
|
void |
setInitVal(String value)
Sets the value of the '
Init Val' attribute. |
void |
setValueKind(COBOLInitialValueKind value)
Sets the value of the '
Value Kind' attribute. |
String getInitVal()
setInitVal(String),
CobolPackage.getCOBOLElementInitialValue_InitVal()void setInitVal(String value)
Init Val' attribute.
value - the new value of the 'Init Val' attribute.getInitVal()COBOLInitialValueKind getValueKind()
COBOLInitialValueKind.
COBOLInitialValueKind,
setValueKind(COBOLInitialValueKind),
CobolPackage.getCOBOLElementInitialValue_ValueKind()void setValueKind(COBOLInitialValueKind value)
Value Kind' attribute.
value - the new value of the 'Value Kind' attribute.COBOLInitialValueKind,
getValueKind()Copyright © 2018–2020 Atlanmod. All rights reserved.