public enum FastRerouteFlags extends Enum<FastRerouteFlags> implements org.opendaylight.yangtools.yang.binding.Enumeration
| Enum Constant and Description |
|---|
FacilityBackupDesired |
OneToOneBackupDesired |
| Modifier and Type | Method and Description |
|---|---|
static Optional<FastRerouteFlags> |
forName(String name)
Return the enumeration member whose
getName() matches specified value. |
static FastRerouteFlags |
forValue(int intValue)
Return the enumeration member whose
getIntValue() matches specified value. |
int |
getIntValue() |
String |
getName() |
static FastRerouteFlags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FastRerouteFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FastRerouteFlags OneToOneBackupDesired
public static final FastRerouteFlags FacilityBackupDesired
public static FastRerouteFlags[] values()
for (FastRerouteFlags c : FastRerouteFlags.values()) System.out.println(c);
public static FastRerouteFlags 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()
getName in interface org.opendaylight.yangtools.yang.binding.Enumerationpublic int getIntValue()
getIntValue in interface org.opendaylight.yangtools.yang.binding.Enumerationpublic static Optional<FastRerouteFlags> forName(String name)
getName() matches specified value.name - YANG assigned nameNullPointerException - if name is nullpublic static FastRerouteFlags forValue(int intValue)
getIntValue() matches specified value.intValue - integer valueCopyright © 2018 OpenDaylight. All rights reserved.