EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0705
Class epp_PollOpType

java.lang.Object
  |
  +--org.openrtk.idl.epp0705.epp_PollOpType
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public class epp_PollOpType
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Class defining constant instances of poll operation types.

Two poll operation types permitted are: REQ (request) and ACK (acknowledge).

$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0705/epp_PollOpType.java,v 1.1 2003/03/20 22:42:19 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/20 22:42:19 $

See Also:
epp_PollReq, Serialized Form

Field Summary
static int _ACK
          Integer value representing the ACK poll operation type.
static int _REQ
          Integer value representing the REQ poll operation type.
static epp_PollOpType ACK
          Instance of epp_PollOpType representing the ACK poll operation type.
static epp_PollOpType REQ
          Instance of epp_PollOpType representing the REQ poll operation type.
 
Constructor Summary
protected epp_PollOpType(int value)
          For internal use only.
 
Method Summary
static epp_PollOpType from_int(int value)
          Transform an integer into a epp_PollOpType constant.
 java.lang.String toString()
           
 int value()
          Accessor method for the internal integer representing the poll operation type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_ACK

public static final int _ACK
Integer value representing the ACK poll operation type.

See Also:
ACK, Constant Field Values

ACK

public static final epp_PollOpType ACK
Instance of epp_PollOpType representing the ACK poll operation type. Used directly with epp_PollReq.

See Also:
epp_PollReq

_REQ

public static final int _REQ
Integer value representing the REQ poll operation type.

See Also:
REQ, Constant Field Values

REQ

public static final epp_PollOpType REQ
Instance of epp_PollOpType representing the REQ poll operation type. Used directly with epp_PollReq.

See Also:
epp_PollReq
Constructor Detail

epp_PollOpType

protected epp_PollOpType(int value)
For internal use only. Initializes the internal poll operation type array.

Parameters:
value - The integer value for the desired poll operation type
Method Detail

value

public int value()
Accessor method for the internal integer representing the poll operation type.

Returns:
The integer value of this poll operation type

from_int

public static epp_PollOpType from_int(int value)
Transform an integer into a epp_PollOpType constant. Given the integer representation of the operation type, returns one of the operation type constants.

Parameters:
value - The integer value for the desired operation type

toString

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

EPP RTK
for Java v 0.7.2

Copyright ? 2001-2002 - Tucows, Inc., 2003 - LibertyRMS