static enum PolicyIntersector.CompatibilityMode extends java.lang.Enum<PolicyIntersector.CompatibilityMode>
| Modifier and Type | Method and Description |
|---|---|
static PolicyIntersector.CompatibilityMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PolicyIntersector.CompatibilityMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PolicyIntersector.CompatibilityMode STRICT
public static final PolicyIntersector.CompatibilityMode LAX
public static PolicyIntersector.CompatibilityMode[] values()
for (PolicyIntersector.CompatibilityMode c : PolicyIntersector.CompatibilityMode.values()) System.out.println(c);
public static PolicyIntersector.CompatibilityMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null