Interface BusinessField


public interface BusinessField
Represents a single attribute of one or more business objects with a single business meaning.

Supported API: true

Extendable: false
  • Method Summary

    Modifier and Type
    Method
    Description
    getPropertyValue(String propertyName, Locale locale, String screenName)
    Get the fields property value.
  • Method Details

    • getPropertyValue

      Object getPropertyValue(String propertyName, Locale locale, String screenName)
      Get the fields property value.

      Supported API: true
      Parameters:
      propertyName - The name of the property to get the value of.
      locale - The locale to get the property value for. This is only necessary when requesting the value of a localizable property. May be null.
      screenName - The name of the screen to get the property value of. This is only necessary when requesting the value of a property defined for an attribute in a layout (i.e. group membership). May be null.
      Returns:
      The value of the property. May return null. The datatype returned will be whatever the datatype of the property definition.