IP*Works! ZIP V8

ipworkszip
Class PackageProperty

java.lang.Object
  |
  +--ipworkszip.PackageProperty

public class PackageProperty
extends java.lang.Object

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

See Also:
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

PackageProperty

public PackageProperty()
Method Detail

getDataType

public java.lang.String getDataType()

getName

public java.lang.String getName()

getNamespace

public java.lang.String getNamespace()

getPropId

public java.lang.String getPropId()

getPropSet

public java.lang.String getPropSet()

getValue

public java.lang.String getValue()

IP*Works! ZIP V8

Copyright (c) 2011 /n software inc. - All rights reserved.