public enum FaultId extends Enum<FaultId>
| Enum Constant and Description |
|---|
FAULTAISGMALFCT |
FAULTDIGINOVERDRIVE |
FAULTEXTSUPPLYUNDERVOLT |
FAULTLINKFAIL |
FAULTNONAISGTMAMALFCT |
FAULTORIPORTFAIL |
FAULTORISYNCFAIL |
FAULTREOVERTEMP |
FAULTRFOUTOVERDRIVE |
FAULTRXGAINFAIL |
FAULTTXGAINFAIL |
FAULTVSWROUTOFRANGE |
| Modifier and Type | Method and Description |
|---|---|
static FaultId |
forValue(int valueArg) |
int |
getIntValue() |
String |
getName()
Returns the name of the enumeration item as it is specified in the input yang.
|
static FaultId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FaultId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FaultId FAULTEXTSUPPLYUNDERVOLT
public static final FaultId FAULTREOVERTEMP
public static final FaultId FAULTDIGINOVERDRIVE
public static final FaultId FAULTRFOUTOVERDRIVE
public static final FaultId FAULTTXGAINFAIL
public static final FaultId FAULTRXGAINFAIL
public static final FaultId FAULTVSWROUTOFRANGE
public static final FaultId FAULTNONAISGTMAMALFCT
public static final FaultId FAULTLINKFAIL
public static final FaultId FAULTORIPORTFAIL
public static final FaultId FAULTORISYNCFAIL
public static final FaultId FAULTAISGMALFCT
public static FaultId[] values()
for (FaultId c : FaultId.values()) System.out.println(c);
public static FaultId 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 FaultId forValue(int valueArg)
valueArg - Copyright © 2016 OpenDaylight. All rights reserved.