com.filenet.api.meta
Interface PropertyDescriptionString

All Superinterfaces:
DependentObject, EngineObject, Metadata, PropertyDescription, java.io.Serializable

public interface PropertyDescriptionString
extends PropertyDescription, DependentObject

Represents the fixed description of a property that holds a string value. A PropertyDescriptionString object contains immutable property metadata, which you cannot directly modify.

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain or ObjectStore
SuperclassName: PropertyDescription


Method Summary
 java.lang.Boolean get_IsCBREnabled()
          Returns the value of the IsCBREnabled property.
 MarkingSet get_MarkingSet()
          Returns the value of the MarkingSet property.
 java.lang.Integer get_MaximumLengthString()
          Returns the value of the MaximumLengthString property.
 java.lang.String get_PropertyDefaultString()
          Returns the value of the PropertyDefaultString property.
 StringList get_PropertySelectionsString()
          Returns the value of the PropertySelectionsString property.
 java.lang.Boolean get_UsesLongColumn()
          Returns the value of the UsesLongColumn property.
 
Methods inherited from interface com.filenet.api.meta.PropertyDescription
get_Cardinality, get_ChoiceList, get_DataType, get_Id, get_IsHidden, get_IsOrderable, get_IsReadOnly, get_IsSearchable, get_IsSelectable, get_IsSystemGenerated, get_IsSystemOwned, get_IsValueRequired, get_Name, get_PersistenceType, get_PrivilegedSettability, get_RequiresUniqueElements, get_Settability, get_SymbolicName
 
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

get_MarkingSet

MarkingSet get_MarkingSet()
Returns the value of the MarkingSet property. For more information, see MarkingSet Property.


get_PropertyDefaultString

java.lang.String get_PropertyDefaultString()
Returns the value of the PropertyDefaultString property. For more information, see PropertyDefaultString Property.


get_PropertySelectionsString

StringList get_PropertySelectionsString()
Returns the value of the PropertySelectionsString property. For more information, see PropertySelectionsString Property.


get_MaximumLengthString

java.lang.Integer get_MaximumLengthString()
Returns the value of the MaximumLengthString property. For more information, see MaximumLengthString Property.


get_UsesLongColumn

java.lang.Boolean get_UsesLongColumn()
Returns the value of the UsesLongColumn property. For more information, see UsesLongColumn Property.


get_IsCBREnabled

java.lang.Boolean get_IsCBREnabled()
Returns the value of the IsCBREnabled property. For more information, see IsCBREnabled Property.



© Copyright IBM Corporation 2006, 2009. All rights reserved.