|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyValue
Represents a property value for use in an PropertyTransformation
.
Method Summary | ||
---|---|---|
PropertyEntityDefinition |
getProperty()
Get the property. |
|
Object |
getValue()
Get the property value. |
|
|
getValueAs(Class<T> type)
Get the property value converted to the given type. |
Method Detail |
---|
Object getValue()
<T> T getValueAs(Class<T> type) throws org.springframework.core.convert.ConversionException
type
- the type the value should be converted to
org.springframework.core.convert.ConversionException
- if the conversion service is not available or
the conversion fails or is not supportedPropertyEntityDefinition getProperty()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |