Uses of Interface
com.filenet.api.meta.PropertyDescription

Packages that use PropertyDescription
com.filenet.api.meta Provides interfaces for holding immutable metadata for Content Engine classes (class descriptions) and properties (property descriptions). 
 

Uses of PropertyDescription in com.filenet.api.meta
 

Subinterfaces of PropertyDescription in com.filenet.api.meta
 interface PropertyDescriptionBinary
          Represents the fixed description of a property that holds a binary value.
 interface PropertyDescriptionBoolean
          Represents the fixed description of a property that holds a Boolean value.
 interface PropertyDescriptionDateTime
          Represents the fixed description of a property that holds a DateTime value.
 interface PropertyDescriptionFloat64
          Represents the fixed description of a property that holds a Double (Float64) value.
 interface PropertyDescriptionId
          Represents the fixed description of a property that holds a GUID string value.
 interface PropertyDescriptionInteger32
          Represents the fixed description of a property that holds an integer value.
 interface PropertyDescriptionObject
          Represents the fixed description of a property that holds a Content Engine object value.
 interface PropertyDescriptionString
          Represents the fixed description of a property that holds a string value.
 



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