com.adobe.livecycle.ibmfilenetcontentrepositoryconnector.client.type
Interface IPropertyInfo


public interface IPropertyInfo

This class stores information for a given property. This information includes property name, symbolic name, cardinality, and property type. The following cardinalities are supported by FileNet Server:

The follwing types of properties are supported:

Since:
27 April 2007

Nested Class Summary
static class IPropertyInfo.PropertyType
          Enumeration of types supported by FileNet.
static class IPropertyInfo.ValueCardinality
          Enumeration of the cardinality supported by IBM FileNet.
 
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 aCardinality)
          Sets the cardinality of value accepted by the given property.
 

Method Detail

getName

java.lang.String getName()
Retrieves the name of the property.


setName

void setName(java.lang.String aName)
Sets the name of the property.


getSymbolicName

java.lang.String getSymbolicName()
Retrieves the symbolic name of the property.


setSymbolicName

void setSymbolicName(java.lang.String aSymbolicName)
Sets the symbolic name of the property.


getType

IPropertyInfo.PropertyType getType()
Retrieves the type of the property.


setType

void setType(IPropertyInfo.PropertyType aType)
Sets the type of the property.


getValueCardinality

IPropertyInfo.ValueCardinality getValueCardinality()
Retrieves the cardinality of value accepted by the given property.


setValueCardinality

void setValueCardinality(IPropertyInfo.ValueCardinality aCardinality)
Sets the cardinality of value accepted by the given property.



[an error occurred while processing this directive] [an error occurred while processing this directive]