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

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

Uses of DataView in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return DataView
 DataView DomFactory.createDataView()
          Returns a new object of class 'Data View'.
 DataView DomFactory.createDefaultDataView(Entity entity)
          Returns a new object of class 'Data View'.
 

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

Methods in org.openxma.dsl.dom.model that return DataView
 DataView Entity.getDefaultDataView()
           
 DataView DataView.getSuperType()
          Returns the value of the 'Super Type' reference.
 DataView FeatureReference.getView()
          Returns the value of the 'View' reference.
 DataView DelegateOperation.getView()
          Returns the value of the 'View' reference.
 DataView DelegateOperation.getViewParameter()
          Returns the value of the 'View Parameter' reference.
 

Methods in org.openxma.dsl.dom.model with parameters of type DataView
 void DataView.setSuperType(DataView value)
          Sets the value of the 'Super Type' reference.
 void FeatureReference.setView(DataView value)
          Sets the value of the 'View' reference.
 void DelegateOperation.setView(DataView value)
          Sets the value of the 'View' reference.
 void DelegateOperation.setViewParameter(DataView value)
          Sets the value of the 'View Parameter' reference.
 

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

Classes in org.openxma.dsl.dom.model.impl that implement DataView
 class DataViewImpl
          An implementation of the model object ' Data View'.
 

Fields in org.openxma.dsl.dom.model.impl declared as DataView
protected  DataView DataViewImpl.superType
          The cached value of the 'Super Type' reference.
protected  DataView DelegateOperationImpl.view
          The cached value of the 'View' reference.
protected  DataView FeatureReferenceImpl.view
          The cached value of the 'View' reference.
protected  DataView DelegateOperationImpl.viewParameter
          The cached value of the 'View Parameter' reference.
 

Methods in org.openxma.dsl.dom.model.impl that return DataView
 DataView DataViewImpl.basicGetSuperType()
           
 DataView DelegateOperationImpl.basicGetView()
           
 DataView FeatureReferenceImpl.basicGetView()
           
 DataView DelegateOperationImpl.basicGetViewParameter()
           
 DataView DomFactoryImpl.createDataView()
           
 DataView DomFactoryImpl.createDefaultDataView(Entity entity)
           
 DataView EntityImpl.getDefaultDataView()
           
 DataView DataViewImpl.getSuperType()
           
 DataView DelegateOperationImpl.getView()
           
 DataView FeatureReferenceImpl.getView()
           
 DataView DelegateOperationImpl.getViewParameter()
           
 

Methods in org.openxma.dsl.dom.model.impl with parameters of type DataView
 void DataViewImpl.setSuperType(DataView newSuperType)
           
 void DelegateOperationImpl.setView(DataView newView)
           
 void FeatureReferenceImpl.setView(DataView newView)
           
 void DelegateOperationImpl.setViewParameter(DataView newViewParameter)
           
 

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

Methods in org.openxma.dsl.dom.util with parameters of type DataView
 T DomSwitch.caseDataView(DataView object)
          Returns the result of interpreting the object as an instance of 'Data View'.
 

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

Methods in org.openxma.dsl.dom.validation with parameters of type DataView
 void DomDslJavaValidator.checkDuplicateAttributes(DataView dataView)
           
 



Copyright © 2013. All Rights Reserved.