public enum InformationSourceEnum extends Enum<InformationSourceEnum>
| Enum Constant and Description |
|---|
ISIS
Represents isis.
|
LOCALLY_CONFIGURED
Represents locally-configured.
|
OSPFV2
Represents ospfv2.
|
OSPFV3
Represents ospfv3.
|
OTHER
Represents other.
|
SYSTEM_PROCESSED
Represents system-processed.
|
UNKNOWN
Represents unknown.
|
| Modifier and Type | Method and Description |
|---|---|
int |
informationSourceEnum()
Returns the attribute informationSourceEnum.
|
static InformationSourceEnum |
of(int value)
Returns the object of informationSourceEnum for.
|
static InformationSourceEnum |
of(String value)
Returns the object of informationSourceEnum for.
|
String |
toString() |
static InformationSourceEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InformationSourceEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InformationSourceEnum UNKNOWN
public static final InformationSourceEnum LOCALLY_CONFIGURED
public static final InformationSourceEnum OSPFV2
public static final InformationSourceEnum OSPFV3
public static final InformationSourceEnum ISIS
public static final InformationSourceEnum SYSTEM_PROCESSED
public static final InformationSourceEnum OTHER
public static InformationSourceEnum[] values()
for (InformationSourceEnum c : InformationSourceEnum.values()) System.out.println(c);
public static InformationSourceEnum 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 InformationSourceEnum of(int value)
value - value of informationSourceEnum forpublic static InformationSourceEnum of(String value)
value - value of informationSourceEnum forpublic int informationSourceEnum()
public String toString()
toString in class Enum<InformationSourceEnum>Copyright © 2017. All rights reserved.