public enum OpenKitType extends java.lang.Enum<OpenKitType>
| Modifier and Type | Method and Description |
|---|---|
int |
getDefaultServerID() |
static OpenKitType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OpenKitType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenKitType APPMON
public static final OpenKitType DYNATRACE
public static OpenKitType[] values()
for (OpenKitType c : OpenKitType.values()) System.out.println(c);
public static OpenKitType 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 nullpublic int getDefaultServerID()