| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.data | |
| org.eclipse.gmt.modisco.omg.kdm.data.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AllContent
A representation of the model object 'All Content'.
|
interface |
ChoiceContent
A representation of the model object 'Choice Content'.
|
interface |
MixedContent
A representation of the model object 'Mixed Content'.
|
interface |
SeqContent
A representation of the model object 'Seq Content'.
|
interface |
SimpleContentType
A representation of the model object 'Simple Content Type'.
|
| Modifier and Type | Method and Description |
|---|---|
ComplexContentType |
DataFactory.createComplexContentType()
Returns a new object of class 'Complex Content Type'.
|
ComplexContentType |
DatatypeOf.getFrom()
Returns the value of the 'From' reference.
|
ComplexContentType |
ExtensionTo.getFrom()
Returns the value of the 'From' reference.
|
ComplexContentType |
RestrictionOf.getFrom()
Returns the value of the 'From' reference.
|
ComplexContentType |
ExtensionTo.getTo()
Returns the value of the 'To' reference.
|
ComplexContentType |
RestrictionOf.getTo()
Returns the value of the 'To' reference.
|
ComplexContentType |
TypedBy.getTo()
Returns the value of the 'To' reference.
|
ComplexContentType |
ContentItem.getType()
Returns the value of the 'Type' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatatypeOf.setFrom(ComplexContentType value)
Sets the value of the '
From' reference. |
void |
ExtensionTo.setFrom(ComplexContentType value)
Sets the value of the '
From' reference. |
void |
RestrictionOf.setFrom(ComplexContentType value)
Sets the value of the '
From' reference. |
void |
ExtensionTo.setTo(ComplexContentType value)
Sets the value of the '
To' reference. |
void |
RestrictionOf.setTo(ComplexContentType value)
Sets the value of the '
To' reference. |
void |
TypedBy.setTo(ComplexContentType value)
Sets the value of the '
To' reference. |
void |
ContentItem.setType(ComplexContentType value)
Sets the value of the '
Type' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
DataSwitch.caseComplexContentType(ComplexContentType object)
Returns the result of interpreting the object as an instance of 'Complex Content Type'.
|