Package org.eclipse.gmt.modisco.cobol
Interface COBOLClassifier
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
COBOLComposedType,COBOLSimpleType
- All Known Implementing Classes:
COBOLClassifierImpl,COBOLComposedTypeImpl,COBOLSimpleTypeImpl
public interface COBOLClassifier
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'COBOL Classifier'.
The following features are supported:
- See Also:
CobolPackage.getCOBOLClassifier()
-
Method Summary
Modifier and Type Method Description StringgetName()Returns the value of the 'Name' attribute.BooleangetTypeded()Returns the value of the 'Typeded' attribute.org.eclipse.emf.common.util.EList<COBOLElement>getTypedElements()Returns the value of the 'Typed Elements' reference list.voidsetName(String value)Sets the value of the 'Name' attribute.voidsetTypeded(Boolean value)Sets the value of the 'Typeded' 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
-
getTypeded
Boolean getTypeded()Returns the value of the 'Typeded' attribute.- Returns:
- the value of the 'Typeded' attribute.
- See Also:
setTypeded(Boolean),CobolPackage.getCOBOLClassifier_Typeded()
-
setTypeded
Sets the value of the 'Typeded' attribute.- Parameters:
value- the new value of the 'Typeded' attribute.- See Also:
getTypeded()
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),CobolPackage.getCOBOLClassifier_Name()
-
setName
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
getName()
-
getTypedElements
org.eclipse.emf.common.util.EList<COBOLElement> getTypedElements()Returns the value of the 'Typed Elements' reference list. The list contents are of typeCOBOLElement. It is bidirectional and its opposite is 'Shared Type'.- Returns:
- the value of the 'Typed Elements' reference list.
- See Also:
CobolPackage.getCOBOLClassifier_TypedElements(),COBOLElement.getSharedType()
-