Interface IEntityPropertyAdaptor


public interface IEntityPropertyAdaptor
Interface implemented by all entity properties
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the code of property type.
    Returns the property value as string that should be rendered e.g.
    Returns the property value as string.
  • Method Details

    • propertyTypeCode

      String propertyTypeCode()
      Returns the code of property type.
    • valueAsString

      String valueAsString()
      Returns the property value as string.
    • renderedValue

      String renderedValue()
      Returns the property value as string that should be rendered e.g. in a table.