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
    String getName()
    Returns the value of the 'Name' attribute.
    Boolean getTypeded()
    Returns the value of the 'Typeded' attribute.
    org.eclipse.emf.common.util.EList<COBOLElement> getTypedElements()
    Returns the value of the 'Typed Elements' reference list.
    void setName​(String value)
    Sets the value of the 'Name' attribute.
    void setTypeded​(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, eUnset

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver