|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.common.align.transformation.function.impl.PropertyValueImpl
public class PropertyValueImpl
Default PropertyValue
implementation.
Constructor Summary | |
---|---|
PropertyValueImpl(Object value,
PropertyEntityDefinition property)
Create a property value associated with its definition |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyValueImpl(Object value, PropertyEntityDefinition property)
value
- the property valueproperty
- the property entity definitionMethod Detail |
---|
public Object getValue()
PropertyValue
getValue
in interface PropertyValue
PropertyValue.getValue()
public <T> T getValueAs(Class<T> type) throws org.springframework.core.convert.ConversionException
PropertyValue
getValueAs
in interface PropertyValue
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 supportedPropertyValue.getValueAs(Class)
public PropertyEntityDefinition getProperty()
PropertyValue
getProperty
in interface PropertyValue
PropertyValue.getProperty()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |