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

Packages that use ComplexContentType
org.eclipse.gmt.modisco.omg.kdm.data   
org.eclipse.gmt.modisco.omg.kdm.data.util   
 

Uses of ComplexContentType in org.eclipse.gmt.modisco.omg.kdm.data
 

Subinterfaces of ComplexContentType in org.eclipse.gmt.modisco.omg.kdm.data
 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'.
 

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

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

Uses of ComplexContentType in org.eclipse.gmt.modisco.omg.kdm.data.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.data.util with parameters of type ComplexContentType
 T DataSwitch.caseComplexContentType(ComplexContentType object)
          Returns the result of interpreting the object as an instance of 'Complex Content Type'.