public static enum ApplicationKey.KeyTypeEnum extends Enum<ApplicationKey.KeyTypeEnum>
| Enum Constant and Description |
|---|
PRODUCTION |
SANDBOX |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ApplicationKey.KeyTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationKey.KeyTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationKey.KeyTypeEnum PRODUCTION
public static final ApplicationKey.KeyTypeEnum SANDBOX
public static ApplicationKey.KeyTypeEnum[] values()
for (ApplicationKey.KeyTypeEnum c : ApplicationKey.KeyTypeEnum.values()) System.out.println(c);
public static ApplicationKey.KeyTypeEnum 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<ApplicationKey.KeyTypeEnum>Copyright © 2018 WSO2 Inc. All rights reserved.