public static enum Subscription.TypeEnum extends Enum<Subscription.TypeEnum>
| Enum Constant and Description |
|---|
ACCOUNTABLE |
OBSERVER |
RESPONSIBLE |
| Modifier and Type | Method and Description |
|---|---|
static Subscription.TypeEnum |
fromValue(String text) |
String |
toString() |
static Subscription.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Subscription.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Subscription.TypeEnum ACCOUNTABLE
public static final Subscription.TypeEnum RESPONSIBLE
public static final Subscription.TypeEnum OBSERVER
public static Subscription.TypeEnum[] values()
for (Subscription.TypeEnum c : Subscription.TypeEnum.values()) System.out.println(c);
public static Subscription.TypeEnum 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<Subscription.TypeEnum>public static Subscription.TypeEnum fromValue(String text)
Copyright © 2019 LeanIX GmbH. All rights reserved.