public enum WFSearchConditionType extends java.lang.Enum<WFSearchConditionType>
IWFBaseFindOptions and sub-interfaces of IWFSearchCondition.| Enum Constant and Description |
|---|
ConditionGroup
Represents a condition group
|
InCondition
Represents a in condition
IWFSearchInCondition |
RangeCondition
Represents a range condition
IWFSearchRangeCondition |
SimpleCondition
Represents a simple search condition
IWFSearchSimpleCondition |
| Modifier and Type | Method and Description |
|---|---|
static WFSearchConditionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WFSearchConditionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WFSearchConditionType SimpleCondition
IWFSearchSimpleConditionpublic static final WFSearchConditionType InCondition
IWFSearchInConditionpublic static final WFSearchConditionType RangeCondition
IWFSearchRangeConditionpublic static final WFSearchConditionType ConditionGroup
public static WFSearchConditionType[] values()
for (WFSearchConditionType c : WFSearchConditionType.values()) System.out.println(c);
public static WFSearchConditionType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.