public enum LicenseEditionType extends Enum<LicenseEditionType> implements EnumWithKey
AddonPricingItem.EnumWithKey.Parser<A extends EnumWithKey>| Enum Constant and Description |
|---|
REMOTE_AGENT_COUNT |
ROLE_TIER |
USER_TIER |
| Modifier and Type | Method and Description |
|---|---|
static LicenseEditionType |
getDefault() |
String |
getKey() |
static LicenseEditionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LicenseEditionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LicenseEditionType USER_TIER
public static final LicenseEditionType ROLE_TIER
public static final LicenseEditionType REMOTE_AGENT_COUNT
public static LicenseEditionType[] values()
for (LicenseEditionType c : LicenseEditionType.values()) System.out.println(c);
public static LicenseEditionType 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 getKey()
getKey in interface EnumWithKeypublic static LicenseEditionType getDefault()
Copyright © 2016 Atlassian. All rights reserved.