public class UndefinedPropertyInfo
extends java.lang.Object
Modifier and Type | Field and 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 and 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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExtensionVersion() |
java.lang.String |
getPropName() |
java.lang.Object |
getValue() |
protected java.lang.String propName
protected java.lang.Object value
protected java.lang.String extensionVersion
Copyright © 2008 Actuate Corp. All rights reserved.