Class UndefinedPropertyInfo
java.lang.Object
org.eclipse.birt.report.model.api.extension.UndefinedPropertyInfo
Class that provides the information for undefined properties set in extended
items.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUndefinedPropertyInfo
(String name, Object value, String version) Constructs the this information with property name, value and extension version. -
Method Summary
-
Field Details
-
propName
Name of the property. -
value
Value of the property. -
extensionVersion
Extension version of the extended-item.
-
-
Constructor Details
-
UndefinedPropertyInfo
Constructs the this information with property name, value and extension version.- Parameters:
name
-value
-version
-
-
-
Method Details
-
getPropName
- Returns:
- the propName
-
getValue
- Returns:
- the value
-
getExtensionVersion
- Returns:
- the extensionVersion
-