public static enum OspfRouteTypeTlv.RouteType extends Enum<OspfRouteTypeTlv.RouteType>
| Enum Constant and Description |
|---|
External_1 |
External_2 |
Inter_Area |
Intra_Area |
NSSA_1 |
NSSA_2 |
| Modifier and Type | Method and Description |
|---|---|
byte |
getType() |
static OspfRouteTypeTlv.RouteType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OspfRouteTypeTlv.RouteType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OspfRouteTypeTlv.RouteType Intra_Area
public static final OspfRouteTypeTlv.RouteType Inter_Area
public static final OspfRouteTypeTlv.RouteType External_1
public static final OspfRouteTypeTlv.RouteType External_2
public static final OspfRouteTypeTlv.RouteType NSSA_1
public static final OspfRouteTypeTlv.RouteType NSSA_2
public static OspfRouteTypeTlv.RouteType[] values()
for (OspfRouteTypeTlv.RouteType c : OspfRouteTypeTlv.RouteType.values()) System.out.println(c);
public static OspfRouteTypeTlv.RouteType 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 byte getType()