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

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

Uses of ChoiceType in com.filenet.api.admin
 

Methods in com.filenet.api.admin that return ChoiceType
 ChoiceType Choice.get_ChoiceType()
          Returns the value of the ChoiceType property.
 

Methods in com.filenet.api.admin with parameters of type ChoiceType
 void Choice.set_ChoiceType(ChoiceType value)
          Sets the value of the ChoiceType property.
 

Uses of ChoiceType in com.filenet.api.constants
 

Fields in com.filenet.api.constants declared as ChoiceType
static ChoiceType ChoiceType.INTEGER
          Specifies a Choice object that represents an integer-type choice item.
static ChoiceType ChoiceType.MIDNODE_INTEGER
          Specifies a Choice object that acts as a group node for a nested collection of integer-type Choice objects.
static ChoiceType ChoiceType.MIDNODE_STRING
          Specifies a Choice object that acts as a group node for a nested collection of string-type Choice objects.
static ChoiceType ChoiceType.STRING
          Specifies a Choice object that represents a string-type choice item.
 

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



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