Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.data.ContentItem

Packages that use ContentItem
org.eclipse.gmt.modisco.omg.kdm.data   
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
 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'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.data that return ContentItem
 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.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.data with parameters of type ContentItem
 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.
 

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
 T DataSwitch.caseContentItem(ContentItem object)
          Returns the result of interpreting the object as an instance of 'Content Item'.