java.io.Serializable
, java.lang.Comparable<Session.InputCallback.Type>
public static enum Session.InputCallback.Type extends java.lang.Enum<Session.InputCallback.Type>
Modifier and Type | Method | Description |
---|---|---|
static Session.InputCallback.Type |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Session.InputCallback.Type[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Session.InputCallback.Type CONFIRM
public static final Session.InputCallback.Type PROMPT
public static final Session.InputCallback.Type CHOOSE
public static final Session.InputCallback.Type WAIT
public static Session.InputCallback.Type[] values()
for (Session.InputCallback.Type c : Session.InputCallback.Type.values()) System.out.println(c);
public static Session.InputCallback.Type 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