public static enum SubscriptionInformations.Kind extends java.lang.Enum<SubscriptionInformations.Kind>
Modifier and Type | Method and Description |
---|---|
boolean |
validate() |
static SubscriptionInformations.Kind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SubscriptionInformations.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubscriptionInformations.Kind NONE
public static final SubscriptionInformations.Kind FREE
public static final SubscriptionInformations.Kind TRIAL
public static final SubscriptionInformations.Kind PROD
public static final SubscriptionInformations.Kind HOST
public static SubscriptionInformations.Kind[] values()
for (SubscriptionInformations.Kind c : SubscriptionInformations.Kind.values()) System.out.println(c);
public static SubscriptionInformations.Kind 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 boolean validate()
Copyright © 2021. All Rights Reserved.