|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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:
| 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 |
|---|
java.lang.String getName()
void setName(java.lang.String aName)
java.lang.String getSymbolicName()
void setSymbolicName(java.lang.String aSymbolicName)
IPropertyInfo.PropertyType getType()
void setType(IPropertyInfo.PropertyType aType)
IPropertyInfo.ValueCardinality getValueCardinality()
void setValueCardinality(IPropertyInfo.ValueCardinality aCardinality)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||