public enum E_SubscriptionStatus extends Enum<E_SubscriptionStatus>
| Enum Constant and Description |
|---|
NEW
A status indicating a new (not validated) subscription.
|
VALIDATED
A status indicating a validated subscription.
|
| Modifier and Type | Method and Description |
|---|---|
static E_SubscriptionStatus |
findByValue(int val)
Find by value.
|
int |
getIntValue()
Gets the int value.
|
String |
getMsgProperty()
Gets the msg property.
|
static E_SubscriptionStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static E_SubscriptionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final E_SubscriptionStatus NEW
public static final E_SubscriptionStatus VALIDATED
public static E_SubscriptionStatus[] values()
for (E_SubscriptionStatus c : E_SubscriptionStatus.values()) System.out.println(c);
public static E_SubscriptionStatus 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 static E_SubscriptionStatus findByValue(int val)
val - the valpublic int getIntValue()
public String getMsgProperty()
Copyright © 2016 Fraunhofer FOKUS. All rights reserved.