public interface Valuable
Modifier and Type | Method and Description |
---|---|
List<?> |
asCollection() |
List<Property> |
asComplex() |
Object |
asEnum() |
Geospatial |
asGeospatial() |
LinkedComplexValue |
asLinkedComplex() |
Object |
asPrimitive() |
String |
getType() |
Object |
getValue() |
ValueType |
getValueType() |
boolean |
isCollection() |
boolean |
isComplex() |
boolean |
isEnum() |
boolean |
isGeospatial() |
boolean |
isLinkedComplex() |
boolean |
isNull() |
boolean |
isPrimitive() |
void |
setType(String type) |
void |
setValue(ValueType valuetype,
Object value) |
String getType()
void setType(String type)
boolean isNull()
boolean isPrimitive()
boolean isGeospatial()
boolean isEnum()
boolean isComplex()
boolean isLinkedComplex()
boolean isCollection()
Object getValue()
Object asPrimitive()
Object asEnum()
Geospatial asGeospatial()
LinkedComplexValue asLinkedComplex()
List<?> asCollection()
ValueType getValueType()
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.