FileNet Content Services
Java Connector v3.0

com.filenet.Panagon
Interface Choice

All Superinterfaces:
Choice, java.io.Serializable, Value

public interface Choice
extends Choice

A Choice object is an element in a ChoiceList collection and represents a possible value of a property. This interface defines the DATE data type. For additional data type definitions and methods for working with Choice objects, see the com.filenet.wcm.api.Choice base interface.

See Also:
CS Java Toolkit Developer's Guide

Field Summary
static int CHOICE_DATE
          Value of 4; date data type.
 
Fields inherited from interface com.filenet.wcm.api.Choice
CHOICE_INTEGER, CHOICE_MID_NODE_INTEGER, CHOICE_MID_NODE_STRING, CHOICE_STRING
 
Methods inherited from interface com.filenet.wcm.api.Choice
getContainedChoices, getLabel, getName, getTypeId, hasContainedChoices
 
Methods inherited from interface com.filenet.wcm.api.Value
equals, getBinaryValue, getBooleanValue, getDateValue, getDoubleValue, getIntValue, getStringValue, getType, getValue, getValuesValue, hashCode, hasNullValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue
 

Field Detail

CHOICE_DATE

public static final int CHOICE_DATE
Value of 4; date data type.

See Also:
Constant Field Values

FileNet Content Services
Java Connector v3.0