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

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.query.PredicateBaseXto
      extended by org.eclipse.stardust.engine.api.ws.query.BinaryPredicateBaseXto
          extended by org.eclipse.stardust.engine.api.ws.query.BinaryPredicateXto
              extended by org.eclipse.stardust.engine.api.ws.query.IsLikePredicateXto

public class IsLikePredicateXto
extends BinaryPredicateXto

Java class for IsLikePredicate complex type.

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

 <complexType name="IsLikePredicate">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}BinaryPredicate">
       <attribute name="caseSensitive" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
IsLikePredicateXto()
           
 
Method Summary
 boolean isCaseSensitive()
          Gets the value of the caseSensitive property.
 void setCaseSensitive(Boolean value)
          Sets the value of the caseSensitive property.
 
Methods inherited from class org.eclipse.stardust.engine.api.ws.query.BinaryPredicateXto
getRhsAttribute, getRhsValue, setRhsAttribute, setRhsValue
 
Methods inherited from class org.eclipse.stardust.engine.api.ws.query.BinaryPredicateBaseXto
getLhsAttribute, getLhsVariable, setLhsAttribute, setLhsVariable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsLikePredicateXto

public IsLikePredicateXto()
Method Detail

isCaseSensitive

public boolean isCaseSensitive()
Gets the value of the caseSensitive property.

Returns:
possible object is Boolean

setCaseSensitive

public void setCaseSensitive(Boolean value)
Sets the value of the caseSensitive property.

Parameters:
value - allowed object is Boolean


Copyright © 2017 Eclipse Stardust. All Rights Reserved.