public enum ImgSearcherState extends java.lang.Enum<ImgSearcherState>
限定符和类型 | 方法和说明 |
---|---|
static ImgSearcherState |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static ImgSearcherState[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final ImgSearcherState Start
public static final ImgSearcherState Searching
public static final ImgSearcherState Canceling
public static final ImgSearcherState Canceled
public static ImgSearcherState[] values()
for (ImgSearcherState c : ImgSearcherState.values()) System.out.println(c);
public static ImgSearcherState valueOf(java.lang.String name)
name
- 要返回的枚举常量的名称。