com.filenet.api.meta
Interface PropertyDescriptionInteger32

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

public interface PropertyDescriptionInteger32
extends PropertyDescription, DependentObject

Represents the fixed description of a property that holds an integer value. A PropertyDescriptionInteger32 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.Integer get_PropertyDefaultInteger32()
          Returns the value of the PropertyDefaultInteger32 property.
 java.lang.Integer get_PropertyMaximumInteger32()
          Returns the value of the PropertyMaximumInteger32 property.
 java.lang.Integer get_PropertyMinimumInteger32()
          Returns the value of the PropertyMinimumInteger32 property.
 Integer32List get_PropertySelectionsInteger32()
          Returns the value of the PropertySelectionsInteger32 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_PropertyDefaultInteger32

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


get_PropertySelectionsInteger32

Integer32List get_PropertySelectionsInteger32()
Returns the value of the PropertySelectionsInteger32 property. For more information, see PropertySelectionsInteger32 Property.


get_PropertyMinimumInteger32

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


get_PropertyMaximumInteger32

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



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