com.arunta.base.settings
Class SMDRCollectorType

java.lang.Object
  extended by com.arunta.base.settings.SMDRCollectorType
All Implemented Interfaces:
java.io.Serializable

public class SMDRCollectorType
extends java.lang.Object
implements java.io.Serializable

Enum for supported SMDR collector types.

See Also:
Serialized Form

Field Summary
static SMDRCollectorType SIMULATOR
           
static SMDRCollectorType TCP_CLIENT
           
static SMDRCollectorType TCP_SERVER
           
static SMDRCollectorType[] types
           
static SMDRCollectorType UDP
           
 
Constructor Summary
SMDRCollectorType()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

types

public static final SMDRCollectorType[] types

SIMULATOR

public static final SMDRCollectorType SIMULATOR

UDP

public static final SMDRCollectorType UDP

TCP_CLIENT

public static final SMDRCollectorType TCP_CLIENT

TCP_SERVER

public static final SMDRCollectorType TCP_SERVER
Constructor Detail

SMDRCollectorType

public SMDRCollectorType()
Method Detail

lookup

public static SMDRCollectorType lookup(SMDRCollectorType t)

lookup

public static SMDRCollectorType lookup(java.lang.String t)

lookup

public static SMDRCollectorType lookup(int type)

getNames

public static java.lang.String[] getNames()

getType

public int getType()

setType

public void setType(int type)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.