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. |
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 |
CHOICE_DATE
public static final int CHOICE_DATE
- Value of 4; date data type.
- See Also:
- Constant Field Values