public class SMDRCollectorType
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static SMDRCollectorType |
SIMULATOR |
static SMDRCollectorType |
TCP_CLIENT |
static SMDRCollectorType |
TCP_SERVER |
static SMDRCollectorType[] |
types |
static SMDRCollectorType |
UDP |
Constructor and Description |
---|
SMDRCollectorType() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
static java.lang.String[] |
getNames() |
int |
getType() |
static SMDRCollectorType |
lookup(int type) |
static SMDRCollectorType |
lookup(SMDRCollectorType t) |
static SMDRCollectorType |
lookup(java.lang.String t) |
void |
setType(int type) |
java.lang.String |
toString() |
public static final SMDRCollectorType[] types
public static final SMDRCollectorType SIMULATOR
public static final SMDRCollectorType UDP
public static final SMDRCollectorType TCP_CLIENT
public static final SMDRCollectorType TCP_SERVER
public static SMDRCollectorType lookup(SMDRCollectorType t)
public static SMDRCollectorType lookup(java.lang.String t)
public static SMDRCollectorType lookup(int type)
public static java.lang.String[] getNames()
public int getType()
public void setType(int type)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright ©, 2005-2019 Prolancer Pty Ltd, Sydney Australia.