public interface Property<T> extends PropertyData<T>
Modifier and Type | Method and Description |
---|---|
PropertyDefinition<T> |
getDefinition()
Returns the property definition.
|
PropertyType |
getType()
Returns the property data type.
|
<U> U |
getValue()
Returns the property value (single or multiple).
|
String |
getValueAsString()
Returns a human readable representation of the property value.
|
String |
getValuesAsString()
Returns a human readable representation of the property values.
|
boolean |
isMultiValued()
Returns if the property is a multi-value property.
|
getDisplayName, getFirstValue, getId, getLocalName, getQueryName, getValues
getExtensions, setExtensions
boolean isMultiValued()
PropertyType getType()
PropertyDefinition<T> getDefinition()
<U> U getValue()
String getValueAsString()
String getValuesAsString()
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.