public enum LinkProtectionTypeEnum extends Enum<LinkProtectionTypeEnum>
| Enum Constant and Description |
|---|
ENHANCED
Represents enhanced.
|
EXTRA_TRAFFIC
Represents extra-traffic.
|
SHARED
Represents shared.
|
UNPROTECTED
Represents unprotected.
|
YANGAUTOPREFIX1_FOR_1
Represents yangAutoPrefix1-for-1.
|
YANGAUTOPREFIX1_PLUS_1
Represents yangAutoPrefix1-plus-1.
|
| Modifier and Type | Method and Description |
|---|---|
int |
linkProtectionTypeEnum()
Returns the attribute linkProtectionTypeEnum.
|
static LinkProtectionTypeEnum |
of(int value)
Returns the object of linkProtectionTypeEnum for.
|
static LinkProtectionTypeEnum |
of(String value)
Returns the object of linkProtectionTypeEnum for.
|
String |
toString() |
static LinkProtectionTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkProtectionTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinkProtectionTypeEnum UNPROTECTED
public static final LinkProtectionTypeEnum EXTRA_TRAFFIC
public static final LinkProtectionTypeEnum SHARED
public static final LinkProtectionTypeEnum YANGAUTOPREFIX1_FOR_1
public static final LinkProtectionTypeEnum YANGAUTOPREFIX1_PLUS_1
public static final LinkProtectionTypeEnum ENHANCED
public static LinkProtectionTypeEnum[] values()
for (LinkProtectionTypeEnum c : LinkProtectionTypeEnum.values()) System.out.println(c);
public static LinkProtectionTypeEnum 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 LinkProtectionTypeEnum of(int value)
value - value of linkProtectionTypeEnum forpublic static LinkProtectionTypeEnum of(String value)
value - value of linkProtectionTypeEnum forpublic int linkProtectionTypeEnum()
public String toString()
toString in class Enum<LinkProtectionTypeEnum>Copyright © 2018. All rights reserved.