public enum BfdEncapModeTypeEnum extends Enum<BfdEncapModeTypeEnum>
| Enum Constant and Description |
|---|
GAL
Represents gal.
|
IP
Represents ip.
|
| Modifier and Type | Method and Description |
|---|---|
int |
bfdEncapModeTypeEnum()
Returns the attribute bfdEncapModeTypeEnum.
|
static BfdEncapModeTypeEnum |
of(int value)
Returns the object of bfdEncapModeTypeEnum for.
|
static BfdEncapModeTypeEnum |
of(String value)
Returns the object of bfdEncapModeTypeEnum for.
|
String |
toString() |
static BfdEncapModeTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BfdEncapModeTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BfdEncapModeTypeEnum GAL
public static final BfdEncapModeTypeEnum IP
public static BfdEncapModeTypeEnum[] values()
for (BfdEncapModeTypeEnum c : BfdEncapModeTypeEnum.values()) System.out.println(c);
public static BfdEncapModeTypeEnum 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 static BfdEncapModeTypeEnum of(int value)
value - value of bfdEncapModeTypeEnum forpublic static BfdEncapModeTypeEnum of(String value)
value - value of bfdEncapModeTypeEnum forpublic int bfdEncapModeTypeEnum()
public String toString()
toString in class Enum<BfdEncapModeTypeEnum>Copyright © 2018. All rights reserved.