Interface IEntityPropertyAdaptor
-
public interface IEntityPropertyAdaptorInterface implemented by all entity properties
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringpropertyTypeCode()Returns the code of property type.java.lang.StringrenderedValue()Returns the property value as string that should be rendered e.g.java.lang.StringvalueAsString()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.
-
-