Uses of Class
com.ibm.pim.docstore.Document.Property

Packages that use Document.Property
com.ibm.pim.docstore   
 

Uses of Document.Property in com.ibm.pim.docstore
 

Methods in com.ibm.pim.docstore that return Document.Property
static Document.Property Document.Property.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Document.Property[] Document.Property.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.ibm.pim.docstore with parameters of type Document.Property
 java.lang.String Document.getProperty(Document.Property propertyName)
          Fetches the value of the property given by property name
 void Document.setProperty(Document.Property propertyName, java.lang.String propertyValue)
          Sets the value for the property, the property name is specified by propertyName and the value is given by propertyValue.