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