|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAttributeInfo
Contains attribute meta-data information. Information includes AttributeName, Type, and the isRepeating property.
| 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 |
|---|
java.lang.String getName()
void setName(java.lang.String aName)
IAttributeInfo.AttributeType getType()
void setType(IAttributeInfo.AttributeType aType)
boolean getIsRepeating()
isRepeating property.
void setIsRepeating(boolean isRepeating)
isRepeating property. Set to true if the attribute accepts a list of values.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||