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.
|
Modifier and Type | Method and Description |
---|---|
ChoiceType |
Choice.get_ChoiceType()
Returns the value of the ChoiceType property.
|
Modifier and Type | Method and Description |
---|---|
void |
Choice.set_ChoiceType(ChoiceType value)
Sets the value of the ChoiceType property.
|
Modifier and Type | Field and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
static ChoiceType |
ChoiceType.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.