public static class TCPIPClientReceiveNode.ENUM_TCPIPCLIENTRECEIVE_CLOSECONNECTION
extends java.lang.Object
ENUM_TCPIPCLIENTRECEIVE_CLOSECONNECTION.no = No ENUM_TCPIPCLIENTRECEIVE_CLOSECONNECTION.afterTimeout = After Timeout ENUM_TCPIPCLIENTRECEIVE_CLOSECONNECTION.afterData = After Data has been Received
Modifier and Type | Field and Description |
---|---|
static TCPIPClientReceiveNode.ENUM_TCPIPCLIENTRECEIVE_CLOSECONNECTION |
afterData |
static TCPIPClientReceiveNode.ENUM_TCPIPCLIENTRECEIVE_CLOSECONNECTION |
afterTimeout |
static TCPIPClientReceiveNode.ENUM_TCPIPCLIENTRECEIVE_CLOSECONNECTION |
no |
static java.lang.String[] |
values |
Modifier | Constructor and Description |
---|---|
protected |
TCPIPClientReceiveNode.ENUM_TCPIPCLIENTRECEIVE_CLOSECONNECTION(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
protected static TCPIPClientReceiveNode.ENUM_TCPIPCLIENTRECEIVE_CLOSECONNECTION |
getEnumFromString(java.lang.String enumValue) |
java.lang.String |
toString() |
public static final TCPIPClientReceiveNode.ENUM_TCPIPCLIENTRECEIVE_CLOSECONNECTION no
public static final TCPIPClientReceiveNode.ENUM_TCPIPCLIENTRECEIVE_CLOSECONNECTION afterTimeout
public static final TCPIPClientReceiveNode.ENUM_TCPIPCLIENTRECEIVE_CLOSECONNECTION afterData
public static java.lang.String[] values
protected TCPIPClientReceiveNode.ENUM_TCPIPCLIENTRECEIVE_CLOSECONNECTION(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object
protected static TCPIPClientReceiveNode.ENUM_TCPIPCLIENTRECEIVE_CLOSECONNECTION getEnumFromString(java.lang.String enumValue)