public enum SidType extends Enum<SidType>
| Enum Constant and Description |
|---|
Ipv4Adjacency |
Ipv4NodeId |
Ipv6Adjacency |
Ipv6NodeId |
Unnumbered |
| Modifier and Type | Method and Description |
|---|---|
static SidType |
forValue(int valueArg) |
int |
getIntValue() |
String |
getName()
Returns the name of the enumeration item as it is specified in the input yang.
|
static SidType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SidType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SidType Ipv4NodeId
public static final SidType Ipv6NodeId
public static final SidType Ipv4Adjacency
public static final SidType Ipv6Adjacency
public static final SidType Unnumbered
public static SidType[] values()
for (SidType c : SidType.values()) System.out.println(c);
public static SidType 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 String getName()
public int getIntValue()
public static SidType forValue(int valueArg)
valueArg - integer valueCopyright © 2018 OpenDaylight. All rights reserved.