org.openrtk.idl.epp0705
Class epp_TransferStatusType
java.lang.Object
org.openrtk.idl.epp0705.epp_TransferStatusType
- org.omg.CORBA.portable.IDLEntity
public class epp_TransferStatusType
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Class defining constant instances of transfer types generic for all objects.
Six transfer status types are permitted: PENDING, CLIENT_APROVED, CLIENT_CANCELLED,
CLIENT_REJECTED, SERVER_APPROVED and SERVER_CANCELLED.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0705/epp_TransferStatusType.java,v 1.1 2003/03/20 22:42:19 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/20 22:42:19 $
static epp_TransferStatusType | from_int(int value) - Transform an integer into a epp_TransferStatusType constant.
|
String | toString()
|
int | value() - Accessor method for the internal integer representing the type of transfer status.
|
CLIENT_APPROVED
public static final epp_TransferStatusType CLIENT_APPROVED
Instance of epp_TransferStatusType representing the CLIENT_APPROVED status type.
CLIENT_CANCELLED
public static final epp_TransferStatusType CLIENT_CANCELLED
Instance of epp_TransferStatusType representing the CLIENT_CANCELLED status type.
CLIENT_REJECTED
public static final epp_TransferStatusType CLIENT_REJECTED
Instance of epp_TransferStatusType representing the CLIENT_REJECTED status type.
PENDING
public static final epp_TransferStatusType PENDING
Instance of epp_TransferStatusType representing the PENDING status type.
SERVER_APPROVED
public static final epp_TransferStatusType SERVER_APPROVED
Instance of epp_TransferStatusType representing the SERVER_APPROVED status type.
SERVER_CANCELLED
public static final epp_TransferStatusType SERVER_CANCELLED
Instance of epp_TransferStatusType representing the SERVER_CANCELLED status type.
_CLIENT_APPROVED
public static final int _CLIENT_APPROVED
Integer value representing the CLIENT_APPROVED transfer status type.
_CLIENT_CANCELLED
public static final int _CLIENT_CANCELLED
Integer value representing the CLIENT_CANCELLED transfer status type.
_CLIENT_REJECTED
public static final int _CLIENT_REJECTED
Integer value representing the CLIENT_REJECTED transfer status type.
_PENDING
public static final int _PENDING
Integer value representing the PENDING transfer status type.
_SERVER_APPROVED
public static final int _SERVER_APPROVED
Integer value representing the SERVER_APPROVED transfer status type.
_SERVER_CANCELLED
public static final int _SERVER_CANCELLED
Integer value representing the SERVER_CANCELLED transfer status type.
epp_TransferStatusType
protected epp_TransferStatusType(int value)
For internal use only.
Initializes the internal transfer status type array.
value
- The integer value for the desired transfer status type
from_int
public static epp_TransferStatusType from_int(int value)
Transform an integer into a epp_TransferStatusType constant.
Given the integer representation of the status type, returns
one of the status type constants.
value
- The integer value for the desired status type
toString
public String toString()
value
public int value()
Accessor method for the internal integer representing the type of transfer status.
- The integer value of this transfer status type
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS