|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.livecycle.emcdocumentumcontentrepositoryconnector.client.type.impl.AttributeInfo
public class AttributeInfo
This class encapsulates information of class attribute metadata
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.adobe.livecycle.emcdocumentumcontentrepositoryconnector.client.type.IAttributeInfo |
|---|
IAttributeInfo.AttributeType |
| Constructor Summary | |
|---|---|
AttributeInfo()
|
|
AttributeInfo(java.lang.String aName,
IAttributeInfo.AttributeType aType,
boolean isRepeating)
|
|
| 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. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeInfo()
public AttributeInfo(java.lang.String aName,
IAttributeInfo.AttributeType aType,
boolean isRepeating)
| Method Detail |
|---|
public java.lang.String getName()
IAttributeInfo
getName in interface IAttributeInfoIAttributeInfo.getName()public void setName(java.lang.String aName)
IAttributeInfo
setName in interface IAttributeInfoIAttributeInfo.setName(java.lang.String)public IAttributeInfo.AttributeType getType()
IAttributeInfo
getType in interface IAttributeInfoIAttributeInfo.getType()public void setType(IAttributeInfo.AttributeType aType)
IAttributeInfo
setType in interface IAttributeInfocom.adobe.livecycle.emcdocumentumcontentrepositoryconnector.client.type.IAttributeInfo#setType(com.adobe.livecycle.emcdocumentumcontentrepositoryconnector.client.type.AttributeInfo.AttributeType)public boolean getIsRepeating()
IAttributeInfoisRepeating property.
getIsRepeating in interface IAttributeInfoIAttributeInfo.getIsRepeating()public void setIsRepeating(boolean isRepeating)
IAttributeInfoisRepeating property. Set to true if the attribute accepts a list of values.
setIsRepeating in interface IAttributeInfoIAttributeInfo.setIsRepeating(boolean)public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||