Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.miamm.castor.headerblock.types
Class MsgRoleType  view MsgRoleType download MsgRoleType.java

java.lang.Object
  extended byorg.miamm.castor.headerblock.types.MsgRoleType
All Implemented Interfaces:
java.io.Serializable

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

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.