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