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