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


public interface IAttributeInfo

Contains attribute meta-data information. Information includes AttributeName, Type, and the isRepeating property.

Since:
11 June 2007

Nested Class Summary
static class IAttributeInfo.AttributeType
          Enumeration of types supported by EMC Documentum.
 
Method Summary
 boolean getIsRepeating()
          Retrieves the value of isRepeating property.
 java.lang.String getName()
          Retrieves the name of the attribute.
 IAttributeInfo.AttributeType getType()
          Retrieves the type of the attribute.
 void setIsRepeating(boolean isRepeating)
          Sets the value of the isRepeating property.
 void setName(java.lang.String aName)
          Sets the name of the attribute.
 void setType(IAttributeInfo.AttributeType aType)
          Sets the type of the attribute.
 

Method Detail

getName

java.lang.String getName()
Retrieves the name of the attribute.


setName

void setName(java.lang.String aName)
Sets the name of the attribute.


getType

IAttributeInfo.AttributeType getType()
Retrieves the type of the attribute.


setType

void setType(IAttributeInfo.AttributeType aType)
Sets the type of the attribute.


getIsRepeating

boolean getIsRepeating()
Retrieves the value of isRepeating property.


setIsRepeating

void setIsRepeating(boolean isRepeating)
Sets the value of the isRepeating property. Set to true if the attribute accepts a list of values.



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