|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.report.model.api.extension.UndefinedPropertyInfo
public class UndefinedPropertyInfo
Class that provides the information for undefined properties set in extended items.
Field Summary | |
---|---|
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 | |
---|---|
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 | |
---|---|
java.lang.String |
getExtensionVersion()
|
java.lang.String |
getPropName()
|
java.lang.Object |
getValue()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String propName
protected java.lang.Object value
protected java.lang.String extensionVersion
Constructor Detail |
---|
public UndefinedPropertyInfo(java.lang.String name, java.lang.Object value, java.lang.String version)
name
- value
- version
- Method Detail |
---|
public java.lang.String getPropName()
public java.lang.Object getValue()
public java.lang.String getExtensionVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |