com.filenet.api.admin
Interface PropertyDefinitionBoolean

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

public interface PropertyDefinitionBoolean
extends RepositoryObject, PropertyDefinition, DependentObject

Represents the definition of a property that holds a Boolean value. A PropertyDefinitionBoolean object is created from a PropertyTemplateBoolean object and contains mutable property metadata that you can customize. When a PropertyDefinitionBoolean 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_PropertyDefaultBoolean()
          Returns the value of the PropertyDefaultBoolean property.
 void set_PropertyDefaultBoolean(java.lang.Boolean value)
          Sets the value of the PropertyDefaultBoolean 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_PropertyDefaultBoolean

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


set_PropertyDefaultBoolean

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



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