|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.livecycle.connectorforibmcm.dsc.client.AttributeInfo
public class AttributeInfo
Represents attribute information for an Item type in IBM Content Manager. Contains attribute name and type.
| Constructor Summary | |
|---|---|
AttributeInfo()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Retrieves the name of the attribute. |
AttributeType |
getType()
Retrieves the type of the attribute. |
void |
setName(java.lang.String name)
Sets the name of an attribute. |
void |
setType(AttributeType type)
Sets the type of the attribute. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeInfo()
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - Name of the attribute.public AttributeType getType()
public void setType(AttributeType type)
type - Type of the attribute.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||