Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.data.AbstractContentElement
| 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 AbstractContentElement in org.eclipse.gmt.modisco.omg.kdm.data
Subinterfaces of AbstractContentElement in org.eclipse.gmt.modisco.omg.kdm.data Modifier and Type Interface Description interfaceAllContentA representation of the model object 'All Content'.interfaceChoiceContentA representation of the model object 'Choice Content'.interfaceComplexContentTypeA representation of the model object 'Complex Content Type'.interfaceContentAttributeA representation of the model object 'Content Attribute'.interfaceContentElementA representation of the model object 'Content Element'.interfaceContentItemA representation of the model object 'Content Item'.interfaceContentReferenceA representation of the model object 'Content Reference'.interfaceContentRestrictionA representation of the model object 'Content Restriction'.interfaceGroupContentA representation of the model object 'Group Content'.interfaceMixedContentA representation of the model object 'Mixed Content'.interfaceSeqContentA representation of the model object 'Seq Content'.interfaceSimpleContentTypeA representation of the model object 'Simple Content Type'.Methods in org.eclipse.gmt.modisco.omg.kdm.data that return types with arguments of type AbstractContentElement Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractContentElement>ComplexContentType. getContentElement()Returns the value of the 'Content Element' containment reference list.org.eclipse.emf.common.util.EList<AbstractContentElement>ContentItem. getContentElement()Returns the value of the 'Content Element' containment reference list.org.eclipse.emf.common.util.EList<AbstractContentElement>XMLSchema. getContentElement()Returns the value of the 'Content Element' containment reference list. -
Uses of AbstractContentElement in org.eclipse.gmt.modisco.omg.kdm.data.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.data.impl that implement AbstractContentElement Modifier and Type Class Description classAllContentImplAn implementation of the model object 'All Content'.classChoiceContentImplAn implementation of the model object 'Choice Content'.classComplexContentTypeImplAn implementation of the model object 'Complex Content Type'.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'.classContentRestrictionImplAn implementation of the model object 'Content Restriction'.classGroupContentImplAn implementation of the model object 'Group Content'.classMixedContentImplAn implementation of the model object 'Mixed Content'.classSeqContentImplAn implementation of the model object 'Seq Content'.classSimpleContentTypeImplAn implementation of the model object 'Simple Content Type'.Fields in org.eclipse.gmt.modisco.omg.kdm.data.impl with type parameters of type AbstractContentElement Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<AbstractContentElement>ComplexContentTypeImpl. contentElementThe cached value of the 'Content Element' containment reference list.protected org.eclipse.emf.common.util.EList<AbstractContentElement>ContentItemImpl. contentElementThe cached value of the 'Content Element' containment reference list.protected org.eclipse.emf.common.util.EList<AbstractContentElement>XMLSchemaImpl. contentElementThe cached value of the 'Content Element' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.data.impl that return types with arguments of type AbstractContentElement Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractContentElement>ComplexContentTypeImpl. getContentElement()org.eclipse.emf.common.util.EList<AbstractContentElement>ContentItemImpl. getContentElement()org.eclipse.emf.common.util.EList<AbstractContentElement>XMLSchemaImpl. getContentElement() -
Uses of AbstractContentElement in org.eclipse.gmt.modisco.omg.kdm.data.util
Methods in org.eclipse.gmt.modisco.omg.kdm.data.util with parameters of type AbstractContentElement Modifier and Type Method Description TDataSwitch. caseAbstractContentElement(AbstractContentElement object)Returns the result of interpreting the object as an instance of 'Abstract Content Element'.