com.adobe.livecycle.emcdocumentumcontentrepositoryconnector.client.type
Interface IAttributeValueInfo

All Known Implementing Classes:
AttributeValueInfo

public interface IAttributeValueInfo

Contains the attribute value and description.

Since:
11 June 2007

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

Method Detail

getValue

java.lang.String getValue()
Returns the name of the attribute value.


setValue

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


getDescription

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


setDescription

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