com.adobe.livecycle.ibmfilenetcontentrepositoryconnector.client.type
Interface IPropertyValueInfo


public interface IPropertyValueInfo

This class stores information about a given property's value and description.

Since:
27 April 2007

Method Summary
 java.lang.String getDescription()
          Retrieves the description text for the Property.
 java.lang.String getValue()
          Retrieves the name of the Property.
 void setDescription(java.lang.String aDescription)
          Sets the description text for the Property.
 void setValue(java.lang.String aValue)
          Sets the name of the Property.
 

Method Detail

getValue

java.lang.String getValue()
Retrieves the name of the Property.


setValue

void setValue(java.lang.String aValue)
Sets the name of the Property.


getDescription

java.lang.String getDescription()
Retrieves the description text for the Property.


setDescription

void setDescription(java.lang.String aDescription)
Sets the description text for the Property.



[an error occurred while processing this directive] [an error occurred while processing this directive]