public static enum Mep.LowestFaultDefect extends java.lang.Enum<Mep.LowestFaultDefect>
Mep.FaultDefectType
Enum Constant and Description |
---|
ALL_DEFECTS |
ERROR_FD_PLUS |
MAC_FD_PLUS |
REMOTE_FD_PLUS |
XCON_FD_ONLY |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Mep.FaultDefectType> |
getDefectTypes() |
static Mep.LowestFaultDefect |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Mep.LowestFaultDefect[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Mep.LowestFaultDefect ALL_DEFECTS
public static final Mep.LowestFaultDefect MAC_FD_PLUS
public static final Mep.LowestFaultDefect REMOTE_FD_PLUS
public static final Mep.LowestFaultDefect ERROR_FD_PLUS
public static final Mep.LowestFaultDefect XCON_FD_ONLY
public static Mep.LowestFaultDefect[] values()
for (Mep.LowestFaultDefect c : Mep.LowestFaultDefect.values()) System.out.println(c);
public static Mep.LowestFaultDefect 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 nullpublic java.util.Set<Mep.FaultDefectType> getDefectTypes()