public interface Entity
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ModelPackage.getEntity()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Attribute> |
getAttributes()
Returns the value of the 'Attributes' containment reference list.
|
String |
getComment()
Returns the value of the 'Comment' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
Entity |
getSuperType()
Returns the value of the 'Super Type' reference.
|
void |
setComment(String value)
Sets the value of the '
Comment' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setSuperType(Entity value)
Sets the value of the '
Super Type' reference. |
String getComment()
setComment(String),
ModelPackage.getEntity_Comment()void setComment(String value)
Comment' attribute.
value - the new value of the 'Comment' attribute.getComment()String getName()
setName(String),
ModelPackage.getEntity_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()Entity getSuperType()
setSuperType(Entity),
ModelPackage.getEntity_SuperType()void setSuperType(Entity value)
Super Type' reference.
value - the new value of the 'Super Type' reference.getSuperType()org.eclipse.emf.common.util.EList<Attribute> getAttributes()
Attribute.
ModelPackage.getEntity_Attributes()Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.