public enum DataSubscriptionChangeTypes extends Enum<DataSubscriptionChangeTypes>
Enum Constant and Description |
---|
NONE |
SUBSCRIPTION_OPENED |
SUBSCRIPTION_RELEASED |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static DataSubscriptionChangeTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSubscriptionChangeTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataSubscriptionChangeTypes NONE
public static final DataSubscriptionChangeTypes SUBSCRIPTION_OPENED
public static final DataSubscriptionChangeTypes SUBSCRIPTION_RELEASED
public static DataSubscriptionChangeTypes[] values()
for (DataSubscriptionChangeTypes c : DataSubscriptionChangeTypes.values()) System.out.println(c);
public static DataSubscriptionChangeTypes 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 int getValue()
Copyright © 2016. All Rights Reserved.