com.adobe.livecycle.ibmfilenetcontentrepositoryconnector.client.type.impl
Class PropertyInfo

java.lang.Object
  extended by com.adobe.livecycle.ibmfilenetcontentrepositoryconnector.client.type.impl.PropertyInfo
All Implemented Interfaces:
IPropertyInfo, java.io.Serializable

public class PropertyInfo
extends java.lang.Object
implements IPropertyInfo, java.io.Serializable

This class encapsulates information of class Property metadata

See Also:
Serialized Form

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

PropertyInfo

public PropertyInfo()

PropertyInfo

public PropertyInfo(java.lang.String aName,
                    java.lang.String aSymbolicName,
                    IPropertyInfo.PropertyType aType,
                    IPropertyInfo.ValueCardinality aValueCardinality)
Method Detail

getName

public java.lang.String getName()
Description copied from interface: IPropertyInfo
Retrieves the name of the property.

Specified by:
getName in interface IPropertyInfo
See Also:
IPropertyInfo.getName()

setName

public void setName(java.lang.String aName)
Description copied from interface: IPropertyInfo
Sets the name of the property.

Specified by:
setName in interface IPropertyInfo
See Also:
IPropertyInfo.setName(java.lang.String)

getSymbolicName

public java.lang.String getSymbolicName()
Description copied from interface: IPropertyInfo
Retrieves the symbolic name of the property.

Specified by:
getSymbolicName in interface IPropertyInfo
See Also:
IPropertyInfo.getSymbolicName()

setSymbolicName

public void setSymbolicName(java.lang.String aSymbolicName)
Description copied from interface: IPropertyInfo
Sets the symbolic name of the property.

Specified by:
setSymbolicName in interface IPropertyInfo
See Also:
IPropertyInfo.setSymbolicName(java.lang.String)

getType

public IPropertyInfo.PropertyType getType()
Description copied from interface: IPropertyInfo
Retrieves the type of the property.

Specified by:
getType in interface IPropertyInfo
See Also:
IPropertyInfo.getType()

setType

public void setType(IPropertyInfo.PropertyType aType)
Description copied from interface: IPropertyInfo
Sets the type of the property.

Specified by:
setType in interface IPropertyInfo
See Also:
IPropertyInfo.setType(com.adobe.livecycle.ibmfilenetcontentrepositoryconnector.client.type.IPropertyInfo.PropertyType)

getValueCardinality

public IPropertyInfo.ValueCardinality getValueCardinality()
Description copied from interface: IPropertyInfo
Retrieves the cardinality of value accepted by the given property.

Specified by:
getValueCardinality in interface IPropertyInfo
See Also:
IPropertyInfo.getValueCardinality()

setValueCardinality

public void setValueCardinality(IPropertyInfo.ValueCardinality aValueCardinality)
Description copied from interface: IPropertyInfo
Sets the cardinality of value accepted by the given property.

Specified by:
setValueCardinality in interface IPropertyInfo
See Also:
IPropertyInfo.setValueCardinality(ValueCardinality)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()