Package org.eclipse.gmt.modisco.cobol
Interface COBOLElementInitialValue
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
COBOLElementInitialValueImpl
public interface COBOLElementInitialValue
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'COBOL Element Initial Value'.
The following features are supported:
-
Method Summary
Modifier and Type Method Description StringgetInitVal()Returns the value of the 'Init Val' attribute.COBOLInitialValueKindgetValueKind()Returns the value of the 'Value Kind' attribute.voidsetInitVal(String value)Sets the value of the 'Init Val' attribute.voidsetValueKind(COBOLInitialValueKind value)Sets the value of the 'Value Kind' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getInitVal
String getInitVal()Returns the value of the 'Init Val' attribute.- Returns:
- the value of the 'Init Val' attribute.
- See Also:
setInitVal(String),CobolPackage.getCOBOLElementInitialValue_InitVal()
-
setInitVal
Sets the value of the 'Init Val' attribute.- Parameters:
value- the new value of the 'Init Val' attribute.- See Also:
getInitVal()
-
getValueKind
COBOLInitialValueKind getValueKind()Returns the value of the 'Value Kind' attribute. The literals are from the enumerationCOBOLInitialValueKind.- Returns:
- the value of the 'Value Kind' attribute.
- See Also:
COBOLInitialValueKind,setValueKind(COBOLInitialValueKind),CobolPackage.getCOBOLElementInitialValue_ValueKind()
-
setValueKind
Sets the value of the 'Value Kind' attribute.- Parameters:
value- the new value of the 'Value Kind' attribute.- See Also:
COBOLInitialValueKind,getValueKind()
-