public static enum GeneratorConstants.POLICY_TYPE extends Enum<GeneratorConstants.POLICY_TYPE>
| Enum Constant and Description |
|---|
APPLICATION |
RESOURCE |
SUBSCRIPTION |
| Modifier and Type | Method and Description |
|---|---|
static GeneratorConstants.POLICY_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeneratorConstants.POLICY_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeneratorConstants.POLICY_TYPE RESOURCE
public static final GeneratorConstants.POLICY_TYPE APPLICATION
public static final GeneratorConstants.POLICY_TYPE SUBSCRIPTION
public static GeneratorConstants.POLICY_TYPE[] values()
for (GeneratorConstants.POLICY_TYPE c : GeneratorConstants.POLICY_TYPE.values()) System.out.println(c);
public static GeneratorConstants.POLICY_TYPE 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 nullCopyright © 2019 WSO2. All rights reserved.