org.openrtk.idl.epp0705
Class epp_TransferOpType
java.lang.Object
org.openrtk.idl.epp0705.epp_TransferOpType
- org.omg.CORBA.portable.IDLEntity
public class epp_TransferOpType
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Class defining constant instances of transfer operation types generic for all objects.
Used in conjunction with the epp_TransferRequest class to indicate the object transfer.
Five transfer operation types supported: APPROVE, CANCEL, QUERY, REJECT and REQUEST.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0705/epp_TransferOpType.java,v 1.1 2003/03/20 22:42:19 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/20 22:42:19 $
static epp_TransferOpType | APPROVE - Instance of epp_TransferOpType representing the APPROVE transfer operation type.
|
static epp_TransferOpType | CANCEL - Instance of epp_TransferOpType representing the CANCEL transfer operation type.
|
static epp_TransferOpType | QUERY - Instance of epp_TransferOpType representing the QUERY transfer operation type.
|
static epp_TransferOpType | REJECT - Instance of epp_TransferOpType representing the REJECT transfer operation type.
|
static epp_TransferOpType | REQUEST - Instance of epp_TransferOpType representing the REQUEST transfer operation type.
|
static int | _APPROVE - Integer value representing the APPROVE transfer operation type.
|
static int | _CANCEL - Integer value representing the CANCEL transfer operation type.
|
static int | _QUERY - Integer value representing the QUERY transfer operation type.
|
static int | _REJECT - Integer value representing the REJECT transfer operation type.
|
static int | _REQUEST - Integer value representing the REQUEST transfer operation type.
|
static epp_TransferOpType | from_int(int value) - Transform an integer into a epp_TransferOpType constant.
|
String | toString()
|
int | value() - Accessor method for the internal integer representing the transfer operation type.
|
APPROVE
public static final epp_TransferOpType APPROVE
Instance of epp_TransferOpType representing the APPROVE transfer operation type.
Used directly with epp_TransferRequest.
CANCEL
public static final epp_TransferOpType CANCEL
Instance of epp_TransferOpType representing the CANCEL transfer operation type.
Used directly with epp_TransferRequest.
QUERY
public static final epp_TransferOpType QUERY
Instance of epp_TransferOpType representing the QUERY transfer operation type.
Used directly with epp_TransferRequest.
REJECT
public static final epp_TransferOpType REJECT
Instance of epp_TransferOpType representing the REJECT transfer operation type.
Used directly with epp_TransferRequest.
REQUEST
public static final epp_TransferOpType REQUEST
Instance of epp_TransferOpType representing the REQUEST transfer operation type.
Used directly with epp_TransferRequest.
_APPROVE
public static final int _APPROVE
Integer value representing the APPROVE transfer operation type.
_CANCEL
public static final int _CANCEL
Integer value representing the CANCEL transfer operation type.
_QUERY
public static final int _QUERY
Integer value representing the QUERY transfer operation type.
_REJECT
public static final int _REJECT
Integer value representing the REJECT transfer operation type.
_REQUEST
public static final int _REQUEST
Integer value representing the REQUEST transfer operation type.
epp_TransferOpType
protected epp_TransferOpType(int value)
For internal use only.
Initializes the internal transfer operation type array.
value
- The integer value for the desired transfer operation type
from_int
public static epp_TransferOpType from_int(int value)
Transform an integer into a epp_TransferOpType 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
toString
public String toString()
value
public int value()
Accessor method for the internal integer representing the transfer operation type.
- The integer value of this transfer operation type
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS