|
IP*Works! ZIP V8 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--ipworkszip.PackageProperty
A core/app/custom metadata property attached to the package
A property is an entry in one of the package's property files.
All the properties, including core Open XML properties, application-specific properties and custom properties are represented here using the same structure.
DataType: The data type associated with this property, if the information is available.
Name: The name of this property
Namespace: The XML Namespace URI associated with this property. For custom properties, this will be an empty string.
PropId: If this is a custom property, this will be the pid assigned to it.
PropSet: If this is a custom property, this will be the GUID of the property set it belongs to.
Value: The value of this property
Bzip2,
Bzip2.PackageProperty| Constructor Summary | |
PackageProperty()
|
|
| Method Summary | |
java.lang.String |
getDataType()
|
java.lang.String |
getName()
|
java.lang.String |
getNamespace()
|
java.lang.String |
getPropId()
|
java.lang.String |
getPropSet()
|
java.lang.String |
getValue()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PackageProperty()
| Method Detail |
public java.lang.String getDataType()
public java.lang.String getName()
public java.lang.String getNamespace()
public java.lang.String getPropId()
public java.lang.String getPropSet()
public java.lang.String getValue()
|
IP*Works! ZIP V8 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||