org.eclipse.stardust.engine.api.ws.query
Class IsNullPredicateXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.query.PredicateBaseXto
      extended by org.eclipse.stardust.engine.api.ws.query.UnaryPredicateXto
          extended by org.eclipse.stardust.engine.api.ws.query.IsNullPredicateXto

public class IsNullPredicateXto
extends UnaryPredicateXto

Java class for IsNullPredicate complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="IsNullPredicate">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}UnaryPredicate">
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
IsNullPredicateXto()
           
 
Method Summary
 
Methods inherited from class org.eclipse.stardust.engine.api.ws.query.UnaryPredicateXto
getAttribute, getVariable, setAttribute, setVariable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsNullPredicateXto

public IsNullPredicateXto()


Copyright © 2017 Eclipse Stardust. All Rights Reserved.