Uses of Interface
org.openxma.dsl.dom.model.ComplexType

Packages that use ComplexType
org.openxma.dsl.dom.model   
org.openxma.dsl.dom.model.impl   
org.openxma.dsl.dom.util   
org.openxma.dsl.dom.validation   
 

Uses of ComplexType in org.openxma.dsl.dom.model
 

Subinterfaces of ComplexType in org.openxma.dsl.dom.model
 interface DataView
          A representation of the model object 'Data View'.
 interface Entity
          A representation of the model object ' Entity'.
 interface ValueObject
          A representation of the model object 'Value Object'.
 

Methods in org.openxma.dsl.dom.model that return ComplexType
 ComplexType Mapper.getLeft()
          Returns the value of the 'Left' reference.
 ComplexType Mapper.getRight()
          Returns the value of the 'Right' reference.
 

Methods in org.openxma.dsl.dom.model with parameters of type ComplexType
 void Mapper.setLeft(ComplexType value)
          Sets the value of the 'Left' reference.
 void Mapper.setRight(ComplexType value)
          Sets the value of the 'Right' reference.
 

Uses of ComplexType in org.openxma.dsl.dom.model.impl
 

Classes in org.openxma.dsl.dom.model.impl that implement ComplexType
 class ComplexTypeImpl
          An implementation of the model object 'Complex Type'.
 class DataViewImpl
          An implementation of the model object ' Data View'.
 class EntityImpl
          An implementation of the model object ' Entity'.
 class ValueObjectImpl
          An implementation of the model object ' Value Object'.
 

Fields in org.openxma.dsl.dom.model.impl declared as ComplexType
protected  ComplexType MapperImpl.left
          The cached value of the 'Left' reference.
protected  ComplexType MapperImpl.right
          The cached value of the 'Right' reference.
 

Methods in org.openxma.dsl.dom.model.impl that return ComplexType
 ComplexType MapperImpl.basicGetLeft()
           
 ComplexType MapperImpl.basicGetRight()
           
 ComplexType MapperImpl.getLeft()
           
 ComplexType MapperImpl.getRight()
           
 

Methods in org.openxma.dsl.dom.model.impl with parameters of type ComplexType
 void MapperImpl.setLeft(ComplexType newLeft)
           
 void MapperImpl.setRight(ComplexType newRight)
           
 

Uses of ComplexType in org.openxma.dsl.dom.util
 

Methods in org.openxma.dsl.dom.util with parameters of type ComplexType
 T DomSwitch.caseComplexType(ComplexType object)
          Returns the result of interpreting the object as an instance of 'Complex Type'.
 

Uses of ComplexType in org.openxma.dsl.dom.validation
 

Methods in org.openxma.dsl.dom.validation with parameters of type ComplexType
 void DomDslJavaValidator.checkAttributeTypes(ComplexType complexType)
           
 



Copyright © 2013. All Rights Reserved.