public class IsEqualPredicateXto extends BinaryPredicateXto
Java class for IsEqualPredicate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IsEqualPredicate">
<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 and Description |
|---|
IsEqualPredicateXto() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCaseSensitive()
Gets the value of the caseSensitive property.
|
void |
setCaseSensitive(Boolean value)
Sets the value of the caseSensitive property.
|
getRhsAttribute, getRhsValue, setRhsAttribute, setRhsValuegetLhsAttribute, getLhsVariable, setLhsAttribute, setLhsVariableCopyright © 2016 Eclipse Stardust. All Rights Reserved.