Class UndefinedPropertyInfo

java.lang.Object
org.eclipse.birt.report.model.api.extension.UndefinedPropertyInfo

public class UndefinedPropertyInfo extends Object
Class that provides the information for undefined properties set in extended items.
  • Field Details

    • propName

      protected String propName
      Name of the property.
    • value

      protected Object value
      Value of the property.
    • extensionVersion

      protected String extensionVersion
      Extension version of the extended-item.
  • Constructor Details

    • UndefinedPropertyInfo

      public UndefinedPropertyInfo(String name, Object value, String version)
      Constructs the this information with property name, value and extension version.
      Parameters:
      name -
      value -
      version -
  • Method Details

    • getPropName

      public String getPropName()
      Returns:
      the propName
    • getValue

      public Object getValue()
      Returns:
      the value
    • getExtensionVersion

      public String getExtensionVersion()
      Returns:
      the extensionVersion