public class StringStartsWith extends Filter implements scala.Product, scala.Serializable
true
iff the attribute evaluates to
a string that starts with value
.
Constructor and Description |
---|
StringStartsWith(java.lang.String attribute,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
attribute() |
abstract static boolean |
canEqual(java.lang.Object that) |
abstract static boolean |
equals(java.lang.Object that) |
abstract static int |
productArity() |
abstract static java.lang.Object |
productElement(int n) |
static scala.collection.Iterator<java.lang.Object> |
productIterator() |
static java.lang.String |
productPrefix() |
java.lang.String |
value() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public StringStartsWith(java.lang.String attribute, java.lang.String value)
public abstract static boolean canEqual(java.lang.Object that)
public abstract static boolean equals(java.lang.Object that)
public abstract static java.lang.Object productElement(int n)
public abstract static int productArity()
public static scala.collection.Iterator<java.lang.Object> productIterator()
public static java.lang.String productPrefix()
public java.lang.String attribute()
public java.lang.String value()