Interface IEntityPropertyAdaptor


  • public interface IEntityPropertyAdaptor
    Interface implemented by all entity properties
    • 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.