public class UndefinedPropertyInfo
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
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.
|
| 构造器和说明 |
|---|
UndefinedPropertyInfo(java.lang.String name,
java.lang.Object value,
java.lang.String version)
Constructs the this information with property name, value and extension
version.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.