public static enum Callback.CBType extends java.lang.Enum<Callback.CBType>
Enum Constant and Description |
---|
SHUTDOWN |
Modifier and Type | Method and Description |
---|---|
static Callback.CBType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Callback.CBType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Callback.CBType SHUTDOWN
public static Callback.CBType[] values()
for (Callback.CBType c : Callback.CBType.values()) System.out.println(c);
public static Callback.CBType 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 nullSubmit a bug or feature
Copyright (c) 2013-2019 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.