|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.livecycle.ibmfilenetcontentrepositoryconnector.client.type.impl.PropertyInfo
public class PropertyInfo
This class encapsulates information of class Property metadata
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.adobe.livecycle.ibmfilenetcontentrepositoryconnector.client.type.IPropertyInfo |
|---|
IPropertyInfo.PropertyType, IPropertyInfo.ValueCardinality |
| Constructor Summary | |
|---|---|
PropertyInfo()
|
|
PropertyInfo(java.lang.String aName,
java.lang.String aSymbolicName,
IPropertyInfo.PropertyType aType,
IPropertyInfo.ValueCardinality aValueCardinality)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Retrieves the name of the property. |
java.lang.String |
getSymbolicName()
Retrieves the symbolic name of the property. |
IPropertyInfo.PropertyType |
getType()
Retrieves the type of the property. |
IPropertyInfo.ValueCardinality |
getValueCardinality()
Retrieves the cardinality of value accepted by the given property. |
void |
setName(java.lang.String aName)
Sets the name of the property. |
void |
setSymbolicName(java.lang.String aSymbolicName)
Sets the symbolic name of the property. |
void |
setType(IPropertyInfo.PropertyType aType)
Sets the type of the property. |
void |
setValueCardinality(IPropertyInfo.ValueCardinality aValueCardinality)
Sets the cardinality of value accepted by the given property. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyInfo()
public PropertyInfo(java.lang.String aName,
java.lang.String aSymbolicName,
IPropertyInfo.PropertyType aType,
IPropertyInfo.ValueCardinality aValueCardinality)
| Method Detail |
|---|
public java.lang.String getName()
IPropertyInfo
getName in interface IPropertyInfoIPropertyInfo.getName()public void setName(java.lang.String aName)
IPropertyInfo
setName in interface IPropertyInfoIPropertyInfo.setName(java.lang.String)public java.lang.String getSymbolicName()
IPropertyInfo
getSymbolicName in interface IPropertyInfoIPropertyInfo.getSymbolicName()public void setSymbolicName(java.lang.String aSymbolicName)
IPropertyInfo
setSymbolicName in interface IPropertyInfoIPropertyInfo.setSymbolicName(java.lang.String)public IPropertyInfo.PropertyType getType()
IPropertyInfo
getType in interface IPropertyInfoIPropertyInfo.getType()public void setType(IPropertyInfo.PropertyType aType)
IPropertyInfo
setType in interface IPropertyInfoIPropertyInfo.setType(com.adobe.livecycle.ibmfilenetcontentrepositoryconnector.client.type.IPropertyInfo.PropertyType)public IPropertyInfo.ValueCardinality getValueCardinality()
IPropertyInfo
getValueCardinality in interface IPropertyInfoIPropertyInfo.getValueCardinality()public void setValueCardinality(IPropertyInfo.ValueCardinality aValueCardinality)
IPropertyInfo
setValueCardinality in interface IPropertyInfoIPropertyInfo.setValueCardinality(ValueCardinality)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 | ||||||||