public enum NodeReportCode extends java.lang.Enum<NodeReportCode>
Enum Constant and Description |
---|
RcConfigErr |
RcDebug |
RcDefault |
RcDmxError |
RcDmxRxFull |
RcDmxShort |
RcDmxUdpFull |
RcFirmwareFail |
RcLoNameOk |
RcParseFail |
RcPowerFail |
RcPowerOk |
RcShNameOk |
RcSocketWr1 |
RcSwitchErr |
RcUdpFail |
RcUserFail |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static NodeReportCode |
getForID(java.lang.String id) |
java.lang.String |
getID() |
static NodeReportCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NodeReportCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeReportCode RcDefault
public static final NodeReportCode RcDebug
public static final NodeReportCode RcPowerOk
public static final NodeReportCode RcPowerFail
public static final NodeReportCode RcSocketWr1
public static final NodeReportCode RcParseFail
public static final NodeReportCode RcUdpFail
public static final NodeReportCode RcShNameOk
public static final NodeReportCode RcLoNameOk
public static final NodeReportCode RcDmxError
public static final NodeReportCode RcDmxUdpFull
public static final NodeReportCode RcDmxRxFull
public static final NodeReportCode RcSwitchErr
public static final NodeReportCode RcConfigErr
public static final NodeReportCode RcDmxShort
public static final NodeReportCode RcFirmwareFail
public static final NodeReportCode RcUserFail
public static NodeReportCode[] values()
for (NodeReportCode c : NodeReportCode.values()) System.out.println(c);
public static NodeReportCode 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 static NodeReportCode getForID(java.lang.String id)
public java.lang.String getDescription()
public java.lang.String getID()