public static enum CcClearPromptCallback.MsgType extends Enum<CcClearPromptCallback.MsgType>
| Modifier and Type | Method and Description |
|---|---|
static CcClearPromptCallback.MsgType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CcClearPromptCallback.MsgType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CcClearPromptCallback.MsgType BOX
public static final CcClearPromptCallback.MsgType ERROR
public static final CcClearPromptCallback.MsgType OK
public static final CcClearPromptCallback.MsgType WARNING
public static CcClearPromptCallback.MsgType 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.MsgType[] values()
for (CcClearPromptCallback.MsgType c : CcClearPromptCallback.MsgType.values()) System.out.println(c);
Copyright © IBM 2016. All rights reserved.