com.filenet.api.admin
Interface PropertyDefinitionFloat64

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

public interface PropertyDefinitionFloat64
extends RepositoryObject, PropertyDefinition, DependentObject

Represents the definition of a property that holds a Double (Float64) value. A PropertyDefinitionFloat64 object is created from a PropertyTemplateFloat64 object and contains mutable property metadata that you can customize. When a PropertyDefinitionFloat64 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.Double get_PropertyDefaultFloat64()
          Returns the value of the PropertyDefaultFloat64 property.
 java.lang.Double get_PropertyMaximumFloat64()
          Returns the value of the PropertyMaximumFloat64 property.
 java.lang.Double get_PropertyMinimumFloat64()
          Returns the value of the PropertyMinimumFloat64 property.
 void set_PropertyDefaultFloat64(java.lang.Double value)
          Sets the value of the PropertyDefaultFloat64 property.
 void set_PropertyMaximumFloat64(java.lang.Double value)
          Sets the value of the PropertyMaximumFloat64 property.
 void set_PropertyMinimumFloat64(java.lang.Double value)
          Sets the value of the PropertyMinimumFloat64 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_PropertyDefaultFloat64

java.lang.Double get_PropertyDefaultFloat64()
Returns the value of the PropertyDefaultFloat64 property. For more information, see PropertyDefaultFloat64 Property.


set_PropertyDefaultFloat64

void set_PropertyDefaultFloat64(java.lang.Double value)
Sets the value of the PropertyDefaultFloat64 property. For more information, see PropertyDefaultFloat64 Property.


get_PropertyMinimumFloat64

java.lang.Double get_PropertyMinimumFloat64()
Returns the value of the PropertyMinimumFloat64 property. For more information, see PropertyMinimumFloat64 Property.


set_PropertyMinimumFloat64

void set_PropertyMinimumFloat64(java.lang.Double value)
Sets the value of the PropertyMinimumFloat64 property. For more information, see PropertyMinimumFloat64 Property.


get_PropertyMaximumFloat64

java.lang.Double get_PropertyMaximumFloat64()
Returns the value of the PropertyMaximumFloat64 property. For more information, see PropertyMaximumFloat64 Property.


set_PropertyMaximumFloat64

void set_PropertyMaximumFloat64(java.lang.Double value)
Sets the value of the PropertyMaximumFloat64 property. For more information, see PropertyMaximumFloat64 Property.



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