Package org.eclipse.gmt.modisco.cobol
Interface COBOLSimpleType
- All Superinterfaces:
COBOLClassifier,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
COBOLSimpleTypeImpl
public interface COBOLSimpleType extends COBOLClassifier
A representation of the model object 'COBOL Simple Type'.
The following features are supported:
- See Also:
CobolPackage.getCOBOLSimpleType()
-
Method Summary
Modifier and Type Method Description StringgetPictureString()Returns the value of the 'Picture String' attribute.BooleangetUsage()Returns the value of the 'Usage' attribute.COBOLUsageValuegetUsageValue()Returns the value of the 'Usage Value' attribute.voidsetPictureString(String value)Sets the value of the 'Picture String' attribute.voidsetUsage(Boolean value)Sets the value of the 'Usage' attribute.voidsetUsageValue(COBOLUsageValue value)Sets the value of the 'Usage Value' attribute.Methods inherited from interface org.eclipse.gmt.modisco.cobol.COBOLClassifier
getName, getTypeded, getTypedElements, setName, setTypededMethods 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
-
getUsageValue
COBOLUsageValue getUsageValue()Returns the value of the 'Usage Value' attribute. The literals are from the enumerationCOBOLUsageValue.- Returns:
- the value of the 'Usage Value' attribute.
- See Also:
COBOLUsageValue,setUsageValue(COBOLUsageValue),CobolPackage.getCOBOLSimpleType_UsageValue()
-
setUsageValue
Sets the value of the 'Usage Value' attribute.- Parameters:
value- the new value of the 'Usage Value' attribute.- See Also:
COBOLUsageValue,getUsageValue()
-
getPictureString
String getPictureString()Returns the value of the 'Picture String' attribute.- Returns:
- the value of the 'Picture String' attribute.
- See Also:
setPictureString(String),CobolPackage.getCOBOLSimpleType_PictureString()
-
setPictureString
Sets the value of the 'Picture String' attribute.- Parameters:
value- the new value of the 'Picture String' attribute.- See Also:
getPictureString()
-
getUsage
Boolean getUsage()Returns the value of the 'Usage' attribute.- Returns:
- the value of the 'Usage' attribute.
- See Also:
setUsage(Boolean),CobolPackage.getCOBOLSimpleType_Usage()
-
setUsage
Sets the value of the 'Usage' attribute.- Parameters:
value- the new value of the 'Usage' attribute.- See Also:
getUsage()
-