EPP RTK
for Java v 0.4.1

org.openrtk.idl.epp
Class epp_TransferOpType

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

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/epp/epp_TransferOpType.java,v 1.7 2001/12/18 15:59:37 tubadanm Exp $
$Revision: 1.7 $
$Date: 2001/12/18 15:59:37 $

See Also:
epp_TransferRequest, Serialized Form

Field Summary
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 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.
 
Constructor Summary
protected epp_TransferOpType(int value)
          For internal use only.
 
Method Summary
static epp_TransferOpType from_int(int value)
          Transform an integer into a epp_TransferOpType constant.
 int value()
          Accessor method for the internal integer representing the transfer operation type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_APPROVE

public static final int _APPROVE
Integer value representing the APPROVE transfer operation type.
See Also:
APPROVE

APPROVE

public static final epp_TransferOpType APPROVE
Instance of epp_TransferOpType representing the APPROVE transfer operation type. Used directly with epp_TransferRequest.
See Also:
epp_TransferRequest

_CANCEL

public static final int _CANCEL
Integer value representing the CANCEL transfer operation type.
See Also:
CANCEL

CANCEL

public static final epp_TransferOpType CANCEL
Instance of epp_TransferOpType representing the CANCEL transfer operation type. Used directly with epp_TransferRequest.
See Also:
epp_TransferRequest

_QUERY

public static final int _QUERY
Integer value representing the QUERY transfer operation type.
See Also:
QUERY

QUERY

public static final epp_TransferOpType QUERY
Instance of epp_TransferOpType representing the QUERY transfer operation type. Used directly with epp_TransferRequest.
See Also:
epp_TransferRequest

_REJECT

public static final int _REJECT
Integer value representing the REJECT transfer operation type.
See Also:
REJECT

REJECT

public static final epp_TransferOpType REJECT
Instance of epp_TransferOpType representing the REJECT transfer operation type. Used directly with epp_TransferRequest.
See Also:
epp_TransferRequest

_REQUEST

public static final int _REQUEST
Integer value representing the REQUEST transfer operation type.
See Also:
REQUEST

REQUEST

public static final epp_TransferOpType REQUEST
Instance of epp_TransferOpType representing the REQUEST transfer operation type. Used directly with epp_TransferRequest.
See Also:
epp_TransferRequest
Constructor Detail

epp_TransferOpType

protected epp_TransferOpType(int value)
For internal use only. Initializes the internal transfer operation type array.
Parameters:
value - The integer value for the desired transfer operation type
Method Detail

value

public int value()
Accessor method for the internal integer representing the transfer operation type.
Returns:
The integer value of this 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.
Parameters:
value - The integer value for the desired operation type

EPP RTK
for Java v 0.4.1

Copyright © 2001 - Tucows, Inc.