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