public interface FieldValue
Field.| Modifier and Type | Method and Description |
|---|---|
String |
asString()
Returns a string representation of this
FieldValue. |
Field |
field()
The owner
Field. |
default boolean |
isEqualTo(FieldValue other)
Whether this value is equal to
other and both share the same parent Field. |
String asString()
FieldValue.FieldValuedefault boolean isEqualTo(FieldValue other)
other and both share the same parent Field.other - the other FieldValue to compare totrue if this FieldValue is equal to other, and both belong to
the same parent Field; otherwise falseCopyright © 2017 George Aristy. All rights reserved.