public enum RouteValidityState extends Enum<RouteValidityState>
| Enum Constant and Description |
|---|
INVALID_ASN |
INVALID_LENGTH |
UNKNOWN |
VALID |
| Modifier and Type | Method and Description |
|---|---|
static RouteValidityState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RouteValidityState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RouteValidityState VALID
public static final RouteValidityState INVALID_ASN
public static final RouteValidityState INVALID_LENGTH
public static final RouteValidityState UNKNOWN
public static RouteValidityState[] values()
for (RouteValidityState c : RouteValidityState.values()) System.out.println(c);
public static RouteValidityState 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 © 2008–2021 RIPE Network Coordination Centre (RIPE NCC). All rights reserved.