public class IsPrefixOfConstraint extends Object implements Constraint
| Constructor and Description |
|---|
IsPrefixOfConstraint(String prefix) |
IsPrefixOfConstraint(String prefix,
boolean inclusive) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getValue() |
int |
hashCode() |
boolean |
isInclusive() |
boolean |
isSatisfiedBy(Object prefix) |
String |
toString() |
public IsPrefixOfConstraint(String prefix)
public IsPrefixOfConstraint(String prefix, boolean inclusive)
public String getValue()
public boolean isInclusive()
public boolean isSatisfiedBy(Object prefix)
isSatisfiedBy in interface ConstraintCopyright © 2014. All Rights Reserved.