Interface DescribedValue

All Known Implementing Classes:
AllowableValue

public interface DescribedValue
Describes a component property value with display name and description.
  • Method Details

    • getValue

      String getValue()
      Returns:
      the property value as a string
    • getDisplayName

      String getDisplayName()
      Returns:
      the property display name as a string
    • getDescription

      String getDescription()
      Returns:
      the proeprty description as a string