com.filenet.api.admin
Interface PropertyDefinitionString

All Superinterfaces:
DependentObject, EngineObject, PropertyDefinition, RepositoryObject, java.io.Serializable

public interface PropertyDefinitionString
extends RepositoryObject, PropertyDefinition, DependentObject

Represents the definition of a property that holds a string value. A PropertyDefinitionString object is created from a PropertyTemplateString object and contains mutable property metadata that you can customize. When a PropertyDefinitionString object is added to a class definition's PropertyDefinitions collection, a user-defined property is created in that class.

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: PropertyDefinition


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.
 java.lang.Boolean get_UsesLongColumn()
          Returns the value of the UsesLongColumn property.
 void set_IsCBREnabled(java.lang.Boolean value)
          Sets the value of the IsCBREnabled property.
 void set_MaximumLengthString(java.lang.Integer value)
          Sets the value of the MaximumLengthString property.
 void set_PropertyDefaultString(java.lang.String value)
          Sets the value of the PropertyDefaultString property.
 
Methods inherited from interface com.filenet.api.admin.PropertyDefinition
get_AliasIds, get_Cardinality, get_ChoiceList, get_ColumnId, get_CopyToReservation, get_DataType, get_DescriptiveText, get_DisplayName, get_ExternalAliases, get_Id, get_IsHidden, get_IsNameProperty, get_IsSystemOwned, get_IsValueRequired, get_ModificationAccessRequired, get_Name, get_PersistenceType, get_PrimaryId, get_PropertyTemplate, get_RequiresUniqueElements, get_Settability, get_SymbolicName, get_TableDefinition, set_AliasIds, set_ChoiceList, set_CopyToReservation, set_ExternalAliases, set_IsHidden, set_IsNameProperty, set_IsValueRequired, set_ModificationAccessRequired, set_Settability
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_PropertyDefaultString

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


set_PropertyDefaultString

void set_PropertyDefaultString(java.lang.String value)
Sets the value of the PropertyDefaultString property. For more information, see PropertyDefaultString Property.


get_MaximumLengthString

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


set_MaximumLengthString

void set_MaximumLengthString(java.lang.Integer value)
Sets the value of the MaximumLengthString property. For more information, see MaximumLengthString Property.


get_MarkingSet

MarkingSet get_MarkingSet()
Returns the value of the MarkingSet property. For more information, see MarkingSet 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.


set_IsCBREnabled

void set_IsCBREnabled(java.lang.Boolean value)
Sets the value of the IsCBREnabled property. For more information, see IsCBREnabled Property.



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