|
||||||||||
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)
|
EList |
getChildEntities()
Returns the value of the 'Child Entities' containment reference list. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute |
EList |
getIncludeGroups()
Returns the value of the 'Include Groups' reference list. |
Model |
getModel()
|
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 |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
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()
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()
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 |