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

Packages that use NotExpression
org.openxma.dsl.dom   
org.openxma.dsl.dom.model.impl   
org.openxma.dsl.dom.util   
 

Uses of NotExpression in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return NotExpression
 NotExpression DomFactory.createNotExpression()
          Returns a new object of class 'Not Expression'.
 

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

Classes in org.openxma.dsl.dom.model.impl that implement NotExpression
 class NotExpressionImpl
          An implementation of the model object 'Not Expression'.
 

Methods in org.openxma.dsl.dom.model.impl that return NotExpression
 NotExpression DomFactoryImpl.createNotExpression()
           
 

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

Methods in org.openxma.dsl.dom.util with parameters of type NotExpression
 T DomSwitch.caseNotExpression(NotExpression object)
          Returns the result of interpreting the object as an instance of 'Not Expression'.
 



Copyright © 2013. All Rights Reserved.