com.filenet.api.meta
Interface PropertyDescriptionFloat64

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

public interface PropertyDescriptionFloat64
extends PropertyDescription, DependentObject

Represents the fixed description of a property that holds a Double (Float64) value. A PropertyDescriptionFloat64 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.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.
 Float64List get_PropertySelectionsFloat64()
          Returns the value of the PropertySelectionsFloat64 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_PropertyDefaultFloat64

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


get_PropertySelectionsFloat64

Float64List get_PropertySelectionsFloat64()
Returns the value of the PropertySelectionsFloat64 property. For more information, see PropertySelectionsFloat64 Property.


get_PropertyMinimumFloat64

java.lang.Double get_PropertyMinimumFloat64()
Returns 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.



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