org.openrtk.idl.epp0402
Class epp_PollOpType
java.lang.Object
org.openrtk.idl.epp0402.epp_PollOpType
- org.omg.CORBA.portable.IDLEntity
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/epp0402/epp_PollOpType.java,v 1.1 2003/03/21 16:35:39 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:35:39 $
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.
|
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 | from_int(int value) - Transform an integer into a epp_PollOpType constant.
|
int | value() - Accessor method for the internal integer representing the poll operation type.
|
ACK
public static final epp_PollOpType ACK
Instance of epp_PollOpType representing the ACK poll operation type.
Used directly with epp_PollReq.
REQ
public static final epp_PollOpType REQ
Instance of epp_PollOpType representing the REQ poll operation type.
Used directly with epp_PollReq.
_ACK
public static final int _ACK
Integer value representing the ACK poll operation type.
_REQ
public static final int _REQ
Integer value representing the REQ poll operation type.
epp_PollOpType
protected epp_PollOpType(int value)
For internal use only.
Initializes the internal poll operation type array.
value
- The integer value for the desired 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.
value
- The integer value for the desired operation type
value
public int value()
Accessor method for the internal integer representing the poll operation type.
- The integer value of this poll operation type
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS