public static enum Constants.NotificationSubType extends Enum<Constants.NotificationSubType>
Enum Constant and Description |
---|
GHN_READY |
GHN_SHUTDOWN |
SCOPE_ADDED |
SCOPE_REMOVED |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Constants.NotificationSubType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.NotificationSubType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.NotificationSubType GHN_READY
public static final Constants.NotificationSubType GHN_SHUTDOWN
public static final Constants.NotificationSubType SCOPE_ADDED
public static final Constants.NotificationSubType SCOPE_REMOVED
public static Constants.NotificationSubType[] values()
for (Constants.NotificationSubType c : Constants.NotificationSubType.values()) System.out.println(c);
public static Constants.NotificationSubType 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 String toString()
toString
in class Enum<Constants.NotificationSubType>
Copyright © 2014. All Rights Reserved.