public static enum Mep.FaultDefectType extends java.lang.Enum<Mep.FaultDefectType>
| Enum Constant and Description |
|---|
DEF_ERROR_CCM |
DEF_MAC_STATUS |
DEF_NONE |
DEF_RDI_CCM |
DEF_REMOTE_CCM |
DEF_XCON_CCM |
| Modifier and Type | Method and Description |
|---|---|
static Mep.FaultDefectType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Mep.FaultDefectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Mep.FaultDefectType DEF_NONE
public static final Mep.FaultDefectType DEF_RDI_CCM
public static final Mep.FaultDefectType DEF_MAC_STATUS
public static final Mep.FaultDefectType DEF_REMOTE_CCM
public static final Mep.FaultDefectType DEF_ERROR_CCM
public static final Mep.FaultDefectType DEF_XCON_CCM
public static Mep.FaultDefectType[] values()
for (Mep.FaultDefectType c : Mep.FaultDefectType.values()) System.out.println(c);
public static Mep.FaultDefectType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null