public static enum BgpNodeLSNlriVer4.ProtocolType extends Enum<BgpNodeLSNlriVer4.ProtocolType>
| Enum Constant and Description |
|---|
DIRECT |
ISIS_LEVEL_ONE |
ISIS_LEVEL_TWO |
OSPF_V2 |
OSPF_V3 |
STATIC_CONFIGURATION |
| Modifier and Type | Method and Description |
|---|---|
byte |
getType()
Returns value of protocol type.
|
static BgpNodeLSNlriVer4.ProtocolType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BgpNodeLSNlriVer4.ProtocolType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BgpNodeLSNlriVer4.ProtocolType ISIS_LEVEL_ONE
public static final BgpNodeLSNlriVer4.ProtocolType ISIS_LEVEL_TWO
public static final BgpNodeLSNlriVer4.ProtocolType OSPF_V2
public static final BgpNodeLSNlriVer4.ProtocolType DIRECT
public static final BgpNodeLSNlriVer4.ProtocolType STATIC_CONFIGURATION
public static final BgpNodeLSNlriVer4.ProtocolType OSPF_V3
public static BgpNodeLSNlriVer4.ProtocolType[] values()
for (BgpNodeLSNlriVer4.ProtocolType c : BgpNodeLSNlriVer4.ProtocolType.values()) System.out.println(c);
public static BgpNodeLSNlriVer4.ProtocolType 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()
Copyright © 2016. All rights reserved.