public static enum PolicyRule.StatusEnum extends Enum<PolicyRule.StatusEnum>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static PolicyRule.StatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolicyRule.StatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PolicyRule.StatusEnum ACTIVE
public static final PolicyRule.StatusEnum INACTIVE
public static PolicyRule.StatusEnum[] values()
for (PolicyRule.StatusEnum c : PolicyRule.StatusEnum.values()) System.out.println(c);
public static PolicyRule.StatusEnum 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<PolicyRule.StatusEnum>
Copyright © 2017–2022 Okta. All rights reserved.