Package | Description |
---|---|
com.filenet.api.meta |
Provides interfaces for holding immutable metadata for Content Engine classes (class descriptions) and properties (property descriptions).
|
Modifier and Type | Interface and Description |
---|---|
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, 2015. All rights reserved.