|
Verastream© Bridge Integrator 4.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<FindFlag>
com.attachmate.cicsbridge.FindFlag
public enum FindFlag
Flags to use in the FindString method on the BridgeAPI
Enum Constant Summary | |
---|---|
BACKWARD
The findString method searches backward. |
|
FIELD_ONLY
The findString method searches only in the field that contains the specified row and column. |
|
IGNORE_CASE
The findString method ignores case when searching for a string. |
|
WRAP
The findString method wraps to the beginning of the screen or field after reaching the end. |
Method Summary | |
---|---|
static FindFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FindFlag[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final FindFlag WRAP
public static final FindFlag BACKWARD
public static final FindFlag FIELD_ONLY
public static final FindFlag IGNORE_CASE
Method Detail |
---|
public static FindFlag[] values()
for (FindFlag c : FindFlag.values()) System.out.println(c);
public static FindFlag 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 name
java.lang.NullPointerException
- if the argument is null
|
Verastream© Bridge Integrator 4.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |