Package | Description |
---|---|
com.filenet.api.admin |
Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server.
|
com.filenet.api.constants |
Provides classes defining collections of related, type-safe constant values.
|
com.filenet.api.meta |
Provides interfaces for holding immutable metadata for Content Engine classes (class descriptions) and properties (property descriptions).
|
com.filenet.api.replication |
Provides interfaces for defining objects that can be replicated and external repositories that are capable of federating content.
|
Modifier and Type | Method and Description |
---|---|
TypeID |
PropertyTemplate.get_DataType()
Returns the value of the DataType property.
|
TypeID |
PropertyDefinition.get_DataType()
Returns the value of the DataType property.
|
TypeID |
ColumnDefinition.get_DataType()
Returns the value of the DataType property.
|
TypeID |
CmIndexPartitionConstraint.get_DataType()
Returns the value of the DataType property.
|
TypeID |
ChoiceList.get_DataType()
Returns the value of the DataType property.
|
Modifier and Type | Method and Description |
---|---|
void |
ChoiceList.set_DataType(TypeID value)
Sets the value of the DataType property.
|
Modifier and Type | Field and Description |
---|---|
static TypeID |
TypeID.BINARY
Specifies a binary data type.
|
static TypeID |
TypeID.BOOLEAN
Specifies a Boolean data type.
|
static TypeID |
TypeID.DATE
Specifies a DateTime data type.
|
static TypeID |
TypeID.DOUBLE
Specifies a double (Float64) data type.
|
static TypeID |
TypeID.GUID
Specifies a GUID (ID) data type.
|
static TypeID |
TypeID.LONG
Specifies a integer data type.
|
static TypeID |
TypeID.OBJECT
Specifies an object data type.
|
static TypeID |
TypeID.STRING
Specifies a string data type.
|
Modifier and Type | Method and Description |
---|---|
static TypeID |
TypeID.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
Modifier and Type | Method and Description |
---|---|
TypeID |
PropertyDescription.get_DataType()
Returns the value of the DataType property.
|
Modifier and Type | Method and Description |
---|---|
TypeID |
ExternalPropertyDescription.get_DataType()
Returns the value of the DataType property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.