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