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-Klasse für IsNullPredicate complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <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 © 2015 Eclipse Stardust. All Rights Reserved.