public enum NetMachineLists extends java.lang.Enum<NetMachineLists>
Enum Constant and Description |
---|
NL_HIMC_TCP1 |
NL_HIMC_TCP2 |
NL_HIMC_UDP1 |
NL_HIMC_UDP2 |
NL_MAXMSP_UDP |
NL_QLAB_UDP |
NL_WIFI_A_UDP |
NL_WIFI_B_UDP |
NL_WIFILB_UDP |
Modifier and Type | Method and Description |
---|---|
int |
getHb_timerTime() |
java.lang.String |
getIpDest() |
java.lang.String |
getIpLocal() |
int |
getPortDest() |
int |
getPortLocal() |
int |
getThreadTime() |
void |
setHb_timerTime(int hb_timerTime) |
void |
setIpDest(java.lang.String ipDest) |
void |
setIpLocal(java.lang.String ipLocal) |
void |
setPortDest(int portDest) |
void |
setPortLocal(int portLocal) |
void |
setThreadTime(int threadTime) |
static NetMachineLists |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NetMachineLists[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetMachineLists NL_WIFI_A_UDP
public static final NetMachineLists NL_WIFI_B_UDP
public static final NetMachineLists NL_MAXMSP_UDP
public static final NetMachineLists NL_QLAB_UDP
public static final NetMachineLists NL_HIMC_UDP1
public static final NetMachineLists NL_HIMC_UDP2
public static final NetMachineLists NL_HIMC_TCP1
public static final NetMachineLists NL_HIMC_TCP2
public static final NetMachineLists NL_WIFILB_UDP
public static NetMachineLists[] values()
for (NetMachineLists c : NetMachineLists.values()) System.out.println(c);
public static NetMachineLists 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 int getPortLocal()
public void setPortLocal(int portLocal)
public int getPortDest()
public void setPortDest(int portDest)
public java.lang.String getIpLocal()
public void setIpLocal(java.lang.String ipLocal)
public java.lang.String getIpDest()
public void setIpDest(java.lang.String ipDest)
public int getThreadTime()
public void setThreadTime(int threadTime)
public int getHb_timerTime()
public void setHb_timerTime(int hb_timerTime)