|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyDescription
Represents the base class for all property description classes.
A property description object holds immutable metadata that describes a specific class property.
Each property description class corresponds to a specific property data type (for example,
PropertyDescriptionBinary
defines a property that returns a binary value,
PropertyDescriptionBoolean
defines a property that returns a Boolean value, and so on).
Because all of its properties are read-only, you cannot directly modify a property description object.
Metadata
Auditable: false
Method Summary | |
---|---|
Cardinality |
get_Cardinality()
Returns the value of the Cardinality property. |
ChoiceList |
get_ChoiceList()
Returns the value of the ChoiceList property. |
TypeID |
get_DataType()
Returns the value of the DataType property. |
Id |
get_Id()
Returns the value of the Id property. |
java.lang.Boolean |
get_IsHidden()
Returns the value of the IsHidden property. |
java.lang.Boolean |
get_IsOrderable()
Returns the value of the IsOrderable property. |
java.lang.Boolean |
get_IsReadOnly()
Returns the value of the IsReadOnly property. |
java.lang.Boolean |
get_IsSearchable()
Returns the value of the IsSearchable property. |
java.lang.Boolean |
get_IsSelectable()
Returns the value of the IsSelectable property. |
java.lang.Boolean |
get_IsSystemGenerated()
Returns the value of the IsSystemGenerated property. |
java.lang.Boolean |
get_IsSystemOwned()
Returns the value of the IsSystemOwned property. |
java.lang.Boolean |
get_IsValueRequired()
Returns the value of the IsValueRequired property. |
java.lang.String |
get_Name()
Returns the value of the Name property. |
PropertyPersistence |
get_PersistenceType()
Returns the value of the PersistenceType property. |
PropertySettability |
get_PrivilegedSettability()
Returns the value of the PrivilegedSettability property. |
java.lang.Boolean |
get_RequiresUniqueElements()
Returns the value of the RequiresUniqueElements property. |
PropertySettability |
get_Settability()
Returns the value of the Settability property. |
java.lang.String |
get_SymbolicName()
Returns the value of the SymbolicName property. |
Methods inherited from interface com.filenet.api.meta.Metadata |
---|
get_DescriptiveText, get_DisplayName, get_Ids |
Methods inherited from interface com.filenet.api.core.EngineObject |
---|
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses |
Method Detail |
---|
TypeID get_DataType()
Cardinality get_Cardinality()
java.lang.Boolean get_IsSelectable()
java.lang.Boolean get_IsSearchable()
java.lang.Boolean get_IsOrderable()
java.lang.Boolean get_IsSystemGenerated()
java.lang.Boolean get_IsReadOnly()
java.lang.Boolean get_IsValueRequired()
java.lang.Boolean get_IsHidden()
java.lang.String get_SymbolicName()
Id get_Id()
java.lang.String get_Name()
PropertyPersistence get_PersistenceType()
java.lang.Boolean get_IsSystemOwned()
PropertySettability get_Settability()
PropertySettability get_PrivilegedSettability()
ChoiceList get_ChoiceList()
java.lang.Boolean get_RequiresUniqueElements()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |