public static interface Document.Field extends Comparable<Document.Field>
| Modifier and Type | Method and Description |
|---|---|
default int |
compareTo(Document.Field that) |
CharSequence |
getName()
Get the name of the field
|
Value |
getValue()
Get the value of the field.
|
default boolean |
isNotNull() |
default boolean |
isNull() |
CharSequence getName()
Value getValue()
default boolean isNull()
default boolean isNotNull()
default int compareTo(Document.Field that)
compareTo in interface Comparable<Document.Field>Copyright © 2018 JBoss by Red Hat. All rights reserved.