public static enum CcClearPromptCallback.YesOrNo extends Enum<CcClearPromptCallback.YesOrNo>
CcClearPromptCallback.promptForYesOrNo(String, YesOrNo, List, MsgType)
method.Modifier and Type | Method and Description |
---|---|
static CcClearPromptCallback.YesOrNo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CcClearPromptCallback.YesOrNo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CcClearPromptCallback.YesOrNo ABORT
public static final CcClearPromptCallback.YesOrNo NO
public static final CcClearPromptCallback.YesOrNo YES
public static CcClearPromptCallback.YesOrNo valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic static CcClearPromptCallback.YesOrNo[] values()
for (CcClearPromptCallback.YesOrNo c : CcClearPromptCallback.YesOrNo.values()) System.out.println(c);
Copyright © IBM 2017. All rights reserved.