Class UndefinedPropertyInfo
- java.lang.Object
-
- org.eclipse.birt.report.model.api.extension.UndefinedPropertyInfo
-
public class UndefinedPropertyInfo extends java.lang.Object
Class that provides the information for undefined properties set in extended items.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
extensionVersion
Extension version of the extended-item.protected java.lang.String
propName
Name of the property.protected java.lang.Object
value
Value of the property.
-
Constructor Summary
Constructors Constructor Description UndefinedPropertyInfo(java.lang.String name, java.lang.Object value, java.lang.String version)
Constructs the this information with property name, value and extension version.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getExtensionVersion()
java.lang.String
getPropName()
java.lang.Object
getValue()
-