public static interface Document.Field extends Comparable<Document.Field>
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get the name of the field
|
Object |
getValue()
Get the value of the field.
|
Binary |
getValueAsBinary() |
boolean |
getValueAsBoolean() |
Document |
getValueAsDocument() |
Double |
getValueAsDouble() |
Integer |
getValueAsInt() |
Number |
getValueAsNumber() |
Pattern |
getValueAsPattern() |
String |
getValueAsString() |
UUID |
getValueAsUuid() |
compareTo
String getName()
Object getValue()
String getValueAsString()
Integer getValueAsInt()
boolean getValueAsBoolean()
Binary getValueAsBinary()
Number getValueAsNumber()
Pattern getValueAsPattern()
Double getValueAsDouble()
UUID getValueAsUuid()
Document getValueAsDocument()
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.