org.eclipse.stardust.engine.api.ws.query
Class IsLikePredicateXto
java.lang.Object
org.eclipse.stardust.engine.api.ws.query.PredicateBaseXto
org.eclipse.stardust.engine.api.ws.query.BinaryPredicateBaseXto
org.eclipse.stardust.engine.api.ws.query.BinaryPredicateXto
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>
IsLikePredicateXto
public IsLikePredicateXto()
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.