public interface COBOLClassifier
extends org.eclipse.emf.ecore.EObject
The following features are supported:
CobolPackage.getCOBOLClassifier()| Modifier and Type | Method and 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. |
Boolean getTypeded()
setTypeded(Boolean),
CobolPackage.getCOBOLClassifier_Typeded()void setTypeded(Boolean value)
Typeded' attribute.
value - the new value of the 'Typeded' attribute.getTypeded()String getName()
setName(String),
CobolPackage.getCOBOLClassifier_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()org.eclipse.emf.common.util.EList<COBOLElement> getTypedElements()
COBOLElement.
It is bidirectional and its opposite is 'Shared Type'.
CobolPackage.getCOBOLClassifier_TypedElements(),
COBOLElement.getSharedType()Copyright © 2018–2020 Atlanmod. All rights reserved.