| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.data | |
| org.eclipse.gmt.modisco.omg.kdm.data.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContentAttribute
A representation of the model object 'Content Attribute'.
|
interface |
ContentElement
A representation of the model object 'Content Element'.
|
interface |
ContentReference
A representation of the model object 'Content Reference'.
|
interface |
GroupContent
A representation of the model object 'Group Content'.
|
| Modifier and Type | Method and Description |
|---|---|
ContentItem |
DataFactory.createContentItem()
Returns a new object of class 'Content Item'.
|
ContentItem |
ReferenceTo.getFrom()
Returns the value of the 'From' reference.
|
ContentItem |
TypedBy.getFrom()
Returns the value of the 'From' reference.
|
ContentItem |
ReferenceTo.getTo()
Returns the value of the 'To' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReferenceTo.setFrom(ContentItem value)
Sets the value of the '
From' reference. |
void |
TypedBy.setFrom(ContentItem value)
Sets the value of the '
From' reference. |
void |
ReferenceTo.setTo(ContentItem value)
Sets the value of the '
To' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
DataSwitch.caseContentItem(ContentItem object)
Returns the result of interpreting the object as an instance of 'Content Item'.
|