public class BasicFieldNullConstraint extends BasicFieldConstraint implements FieldNullConstraint, Serializable
modifiable| Constructor and Description |
|---|
BasicFieldNullConstraint(StepField field)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Compares this constraint to the specified object.
|
int |
hashCode() |
String |
toString()
Returns a string representation of this FieldNullConstraint.
|
getField, getFieldName, isCaseSensitive, matches, setCaseSensitivegetBasicSupportLevel, isInverse, setInverse, setUnmodifiableclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetField, isCaseSensitive, matchesgetBasicSupportLevel, isInverse, setUnmodifiablepublic BasicFieldNullConstraint(StepField field)
field - The associated field.IllegalArgumentException - when an invalid argument is supplied.public boolean equals(Object obj)
Constrainttrue if and only if the argument is a non-null
Constraint object representing the same constraint(s).equals in interface Constraintequals in class BasicFieldConstraintobj - The object to compare with.true if the objects are equal,
false otherwise.public int hashCode()
hashCode in interface ConstrainthashCode in class BasicFieldConstraintpublic String toString()
FieldNullConstraintisInverse()
FieldConstraint#getField().getAlias()
isCaseSensitive()
toString in interface FieldNullConstrainttoString in class BasicFieldConstraintMMBase 1.9-SNAPSHOT - ${javadoctimestamp}