public enum EndpointRelevanceStrictness extends Enum<EndpointRelevanceStrictness>
| Modifier and Type | Method and Description |
|---|---|
static EndpointRelevanceStrictness |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndpointRelevanceStrictness[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EndpointRelevanceStrictness LOOSE
public static final EndpointRelevanceStrictness STRICT
public static EndpointRelevanceStrictness[] values()
for (EndpointRelevanceStrictness c : EndpointRelevanceStrictness.values()) System.out.println(c);
public static EndpointRelevanceStrictness 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 © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.