Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.data.ContentItem
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.data | |
| org.eclipse.gmt.modisco.omg.kdm.data.impl | |
| org.eclipse.gmt.modisco.omg.kdm.data.util |
-
Uses of ContentItem in org.eclipse.gmt.modisco.omg.kdm.data
Subinterfaces of ContentItem in org.eclipse.gmt.modisco.omg.kdm.data Modifier and Type Interface Description interfaceContentAttributeA representation of the model object 'Content Attribute'.interfaceContentElementA representation of the model object 'Content Element'.interfaceContentReferenceA representation of the model object 'Content Reference'.interfaceGroupContentA representation of the model object 'Group Content'.Methods in org.eclipse.gmt.modisco.omg.kdm.data that return ContentItem Modifier and Type Method Description ContentItemDataFactory. createContentItem()Returns a new object of class 'Content Item'.ContentItemReferenceTo. getFrom()Returns the value of the 'From' reference.ContentItemTypedBy. getFrom()Returns the value of the 'From' reference.ContentItemReferenceTo. getTo()Returns the value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.data with parameters of type ContentItem Modifier and Type Method Description voidReferenceTo. setFrom(ContentItem value)Sets the value of the 'From' reference.voidTypedBy. setFrom(ContentItem value)Sets the value of the 'From' reference.voidReferenceTo. setTo(ContentItem value)Sets the value of the 'To' reference. -
Uses of ContentItem in org.eclipse.gmt.modisco.omg.kdm.data.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.data.impl that implement ContentItem Modifier and Type Class Description classContentAttributeImplAn implementation of the model object 'Content Attribute'.classContentElementImplAn implementation of the model object 'Content Element'.classContentItemImplAn implementation of the model object 'Content Item'.classContentReferenceImplAn implementation of the model object 'Content Reference'.classGroupContentImplAn implementation of the model object 'Group Content'.Fields in org.eclipse.gmt.modisco.omg.kdm.data.impl declared as ContentItem Modifier and Type Field Description protected ContentItemReferenceToImpl. fromThe cached value of the 'From' reference.protected ContentItemTypedByImpl. fromThe cached value of the 'From' reference.protected ContentItemReferenceToImpl. toThe cached value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.data.impl that return ContentItem Modifier and Type Method Description ContentItemReferenceToImpl. basicGetFrom()ContentItemTypedByImpl. basicGetFrom()ContentItemReferenceToImpl. basicGetTo()ContentItemDataFactoryImpl. createContentItem()ContentItemReferenceToImpl. getFrom()ContentItemTypedByImpl. getFrom()ContentItemReferenceToImpl. getTo()Methods in org.eclipse.gmt.modisco.omg.kdm.data.impl with parameters of type ContentItem Modifier and Type Method Description voidReferenceToImpl. setFrom(ContentItem newFrom)voidTypedByImpl. setFrom(ContentItem newFrom)voidReferenceToImpl. setTo(ContentItem newTo) -
Uses of ContentItem in org.eclipse.gmt.modisco.omg.kdm.data.util
Methods in org.eclipse.gmt.modisco.omg.kdm.data.util with parameters of type ContentItem Modifier and Type Method Description TDataSwitch. caseContentItem(ContentItem object)Returns the result of interpreting the object as an instance of 'Content Item'.