com.filenet.api.meta
Interface PropertyDescriptionDateTime

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

public interface PropertyDescriptionDateTime
extends PropertyDescription, DependentObject

Represents the fixed description of a property that holds a DateTime value. A PropertyDescriptionDateTime 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.util.Date get_PropertyDefaultDateTime()
          Returns the value of the PropertyDefaultDateTime property.
 java.util.Date get_PropertyMaximumDateTime()
          Returns the value of the PropertyMaximumDateTime property.
 java.util.Date get_PropertyMinimumDateTime()
          Returns the value of the PropertyMinimumDateTime property.
 DateTimeList get_PropertySelectionsDateTime()
          Returns the value of the PropertySelectionsDateTime 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_PropertyDefaultDateTime

java.util.Date get_PropertyDefaultDateTime()
Returns the value of the PropertyDefaultDateTime property. For more information, see PropertyDefaultDateTime Property.


get_PropertySelectionsDateTime

DateTimeList get_PropertySelectionsDateTime()
Returns the value of the PropertySelectionsDateTime property. For more information, see PropertySelectionsDateTime Property.


get_PropertyMinimumDateTime

java.util.Date get_PropertyMinimumDateTime()
Returns the value of the PropertyMinimumDateTime property. For more information, see PropertyMinimumDateTime Property.


get_PropertyMaximumDateTime

java.util.Date get_PropertyMaximumDateTime()
Returns the value of the PropertyMaximumDateTime property. For more information, see PropertyMaximumDateTime Property.



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