|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.exolab.jmscts.report.types.StatisticType
Class StatisticType.
| Field Summary | |
static StatisticType |
RECEIVE
The instance of the receive type |
static int |
RECEIVE_TYPE
The receive type |
static StatisticType |
SEND
The instance of the send type |
static int |
SEND_TYPE
The send type |
| Method Summary | |
static java.util.Enumeration |
enumerate()
Method enumerateReturns an enumeration of all possible instances of StatisticType |
int |
getType()
Method getTypeReturns the type of this StatisticType |
java.lang.String |
toString()
Method toStringReturns the String representation of this StatisticType |
static StatisticType |
valueOf(java.lang.String string)
Method valueOfReturns a new StatisticType based on the given String value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int SEND_TYPE
public static final StatisticType SEND
public static final int RECEIVE_TYPE
public static final StatisticType RECEIVE
| Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString in class java.lang.Objectpublic static StatisticType valueOf(java.lang.String string)
string -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||