Interface IEntityPropertyAdaptor
-
public interface IEntityPropertyAdaptor
Interface implemented by all entity properties
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
propertyTypeCode()
Returns the code of property type.java.lang.String
renderedValue()
Returns the property value as string that should be rendered e.g.java.lang.String
valueAsString()
Returns the property value as string.
-
-
-
Method Detail
-
propertyTypeCode
java.lang.String propertyTypeCode()
Returns the code of property type.
-
valueAsString
java.lang.String valueAsString()
Returns the property value as string.
-
renderedValue
java.lang.String renderedValue()
Returns the property value as string that should be rendered e.g. in a table.
-
-