|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Entity
A representation of the model object 'Entity'.
Provisional API - subject to change
The following features are supported:
MetadataPackage.getEntity()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
void |
accept(IEntityVisitor visitor)
|
org.eclipse.emf.common.util.EList |
getChildEntities()
Returns the value of the 'Child Entities' containment reference list. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute |
org.eclipse.emf.common.util.EList |
getIncludeGroups()
Returns the value of the 'Include Groups' reference list. |
Model |
getModel()
|
org.eclipse.emf.common.util.EList |
getTraits()
Returns the value of the 'Traits' containment reference list. |
java.lang.String |
getType()
Returns the value of the 'Type' attribute |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute |
void |
setType(java.lang.String value)
Sets the value of the ' Type ' attribute |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
org.eclipse.emf.common.util.EList getChildEntities()
Entity
.
If the meaning of the 'Child Entities' containment reference list isn't clear, there really should be more of a description here...
MetadataPackage.getEntity_ChildEntities()
org.eclipse.emf.common.util.EList getTraits()
Trait
.
If the meaning of the 'Traits' containment reference list isn't clear, there really should be more of a description here...
MetadataPackage.getEntity_Traits()
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
MetadataPackage.getEntity_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
java.lang.String getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String)
,
MetadataPackage.getEntity_Type()
void setType(java.lang.String value)
Type
' attribute.
value
- the new value of the 'Type' attribute.getType()
org.eclipse.emf.common.util.EList getIncludeGroups()
IncludeEntityGroup
.
If the meaning of the 'Include Groups' reference list isn't clear, there really should be more of a description here...
MetadataPackage.getEntity_IncludeGroups()
void accept(IEntityVisitor visitor)
visitor
- Model getModel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |