Uses of Class
com.filenet.api.constants.TypeID

Packages that use TypeID
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. 
 

Uses of TypeID in com.filenet.api.admin
 

Methods in com.filenet.api.admin that return TypeID
 TypeID ChoiceList.get_DataType()
          Returns the value of the DataType property.
 TypeID ColumnDefinition.get_DataType()
          Returns the value of the DataType property.
 TypeID PropertyDefinition.get_DataType()
          Returns the value of the DataType property.
 TypeID PropertyTemplate.get_DataType()
          Returns the value of the DataType property.
 

Methods in com.filenet.api.admin with parameters of type TypeID
 void ChoiceList.set_DataType(TypeID value)
          Sets the value of the DataType property.
 

Uses of TypeID in com.filenet.api.constants
 

Fields in com.filenet.api.constants declared as TypeID
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.
 

Methods in com.filenet.api.constants that return TypeID
static TypeID TypeID.getInstanceFromInt(int value)
          Returns an instance of this class using its associated integer value.
 

Uses of TypeID in com.filenet.api.meta
 

Methods in com.filenet.api.meta that return TypeID
 TypeID PropertyDescription.get_DataType()
          Returns the value of the DataType property.
 

Uses of TypeID in com.filenet.api.replication
 

Methods in com.filenet.api.replication that return TypeID
 TypeID ExternalPropertyDescription.get_DataType()
          Returns the value of the DataType property.
 



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