public static enum IsIsLink.IsisISAdjState extends Enum<IsIsLink.IsisISAdjState>
Enum Constant and Description |
---|
down |
failed |
initializing |
up |
Modifier and Type | Field and Description |
---|---|
protected static Map<Integer,String> |
s_typeMap |
Modifier and Type | Method and Description |
---|---|
static IsIsLink.IsisISAdjState |
get(Integer code) |
static String |
getTypeString(Integer code) |
Integer |
getValue() |
static IsIsLink.IsisISAdjState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IsIsLink.IsisISAdjState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IsIsLink.IsisISAdjState down
public static final IsIsLink.IsisISAdjState initializing
public static final IsIsLink.IsisISAdjState up
public static final IsIsLink.IsisISAdjState failed
public static IsIsLink.IsisISAdjState[] values()
for (IsIsLink.IsisISAdjState c : IsIsLink.IsisISAdjState.values()) System.out.println(c);
public static IsIsLink.IsisISAdjState 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 IsIsLink.IsisISAdjState get(Integer code)
public Integer getValue()
Copyright © 2021. All rights reserved.