|
|||||||||
| Home >> All >> org >> miamm >> castor >> headerblock >> [ types overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.miamm.castor.headerblock.types
Class MsgRoleType

java.lang.Objectorg.miamm.castor.headerblock.types.MsgRoleType
- All Implemented Interfaces:
- java.io.Serializable
- public class MsgRoleType
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
Class MsgRoleType.
- Version:
- $Revision$ $Date$
| Field Summary | |
private static java.util.Hashtable |
_memberTable
Field _memberTable |
static MsgRoleType |
INFORM
The instance of the inform type |
static int |
INFORM_TYPE
The inform type |
static MsgRoleType |
QUERY
The instance of the query type |
static int |
QUERY_TYPE
The query type |
static MsgRoleType |
REQUEST
The instance of the request type |
static int |
REQUEST_TYPE
The request type |
static MsgRoleType |
RESPONSE
The instance of the response type |
static int |
RESPONSE_TYPE
The response type |
private java.lang.String |
stringValue
Field stringValue |
private int |
type
Field type |
| Constructor Summary | |
private |
MsgRoleType(int type,
java.lang.String value)
|
| Method Summary | |
static java.util.Enumeration |
enumerate()
Method enumerateReturns an enumeration of all possible instances of MsgRoleType |
int |
getType()
Method getTypeReturns the type of this MsgRoleType |
private static java.util.Hashtable |
init()
Method init |
java.lang.String |
toString()
Method toStringReturns the String representation of this MsgRoleType |
static MsgRoleType |
valueOf(java.lang.String string)
Method valueOfReturns a new MsgRoleType 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 |
REQUEST_TYPE
public static final int REQUEST_TYPE
- The request type
- See Also:
- Constant Field Values
REQUEST
public static final MsgRoleType REQUEST
- The instance of the request type
INFORM_TYPE
public static final int INFORM_TYPE
- The inform type
- See Also:
- Constant Field Values
INFORM
public static final MsgRoleType INFORM
- The instance of the inform type
QUERY_TYPE
public static final int QUERY_TYPE
- The query type
- See Also:
- Constant Field Values
QUERY
public static final MsgRoleType QUERY
- The instance of the query type
RESPONSE_TYPE
public static final int RESPONSE_TYPE
- The response type
- See Also:
- Constant Field Values
RESPONSE
public static final MsgRoleType RESPONSE
- The instance of the response type
_memberTable
private static java.util.Hashtable _memberTable
- Field _memberTable
type
private int type
- Field type
stringValue
private java.lang.String stringValue
- Field stringValue
| Constructor Detail |
MsgRoleType
private MsgRoleType(int type,
java.lang.String value)
| Method Detail |
enumerate
public static java.util.Enumeration enumerate()
- Method enumerateReturns an enumeration of all possible
instances of MsgRoleType
getType
public int getType()
- Method getTypeReturns the type of this MsgRoleType
init
private static java.util.Hashtable init()
- Method init
toString
public java.lang.String toString()
- Method toStringReturns the String representation of this
MsgRoleType
valueOf
public static MsgRoleType valueOf(java.lang.String string)
- Method valueOfReturns a new MsgRoleType based on the given
String value.
|
|||||||||
| Home >> All >> org >> miamm >> castor >> headerblock >> [ types overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.miamm.castor.headerblock.types.MsgRoleType