EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0705.domain
Class epp_DomainStatusType

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

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

Class defining constant instances of status types for domains.

Used in conjunction with the epp_DomainStatus class to indicate the domain status.

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

See Also:
epp_DomainStatus, Serialized Form

Field Summary
static int _CLIENT_DELETE_PROHIBITED
          Integer value representing the CLIENT_DELETE_PROHIBITED status type.
static int _CLIENT_HOLD
          Integer value representing the CLIENT_HOLD status type.
static int _CLIENT_RENEW_PROHIBITED
          Integer value representing the CLIENT_RENEW_PROHIBITED status type.
static int _CLIENT_TRANSFER_PROHIBITED
          Integer value representing the CLIENT_TRANSFER_PROHIBITED status type.
static int _CLIENT_UPDATE_PROHIBITED
          Integer value representing the CLIENT_UPDATE_PROHIBITED status type.
static int _INACTIVE
          Integer value representing the INACTIVE status type.
static int _OK
          Integer value representing the OK status type.
static int _PENDING_CREATE
          Integer value representing the PENDING_CREATE status type.
static int _PENDING_DELETE
          Integer value representing the PENDING_DELETE status type.
static int _PENDING_RENEW
          Integer value representing the PENDING_RENEW status type.
static int _PENDING_TRANSFER
          Integer value representing the PENDING_TRANSFER status type.
static int _PENDING_UPDATE
          Integer value representing the PENDING_UPDATE status type.
static int _SERVER_DELETE_PROHIBITED
          Integer value representing the SERVER_DELETE_PROHIBITED status type.
static int _SERVER_HOLD
          Integer value representing the SERVER_HOLD status type.
static int _SERVER_RENEW_PROHIBITED
          Integer value representing the SERVER_RENEW_PROHIBITED status type.
static int _SERVER_TRANSFER_PROHIBITED
          Integer value representing the SERVER_TRANSFER_PROHIBITED status type.
static int _SERVER_UPDATE_PROHIBITED
          Integer value representing the SERVER_UPDATE_PROHIBITED status type.
static epp_DomainStatusType CLIENT_DELETE_PROHIBITED
          Instance of epp_DomainStatusType representing the CLIENT_DELETE_PROHIBITED status type.
static epp_DomainStatusType CLIENT_HOLD
          Instance of epp_DomainStatusType representing the CLIENT_HOLD status type.
static epp_DomainStatusType CLIENT_RENEW_PROHIBITED
          Instance of epp_DomainStatusType representing the CLIENT_RENEW_PROHIBITED status type.
static epp_DomainStatusType CLIENT_TRANSFER_PROHIBITED
          Instance of epp_DomainStatusType representing the CLIENT_TRANSFER_PROHIBITED status type.
static epp_DomainStatusType CLIENT_UPDATE_PROHIBITED
          Instance of epp_DomainStatusType representing the CLIENT_UPDATE_PROHIBITED status type.
static epp_DomainStatusType INACTIVE
          Instance of epp_DomainStatusType representing the INACTIVE status type.
static epp_DomainStatusType OK
          Instance of epp_DomainStatusType representing the OK status type.
static epp_DomainStatusType PENDING_CREATE
          Instance of epp_DomainStatusType representing the PENDING_CREATE status type.
static epp_DomainStatusType PENDING_DELETE
          Instance of epp_DomainStatusType representing the PENDING_DELETE status type.
static epp_DomainStatusType PENDING_RENEW
          Instance of epp_DomainStatusType representing the PENDING_RENEW status type.
static epp_DomainStatusType PENDING_TRANSFER
          Instance of epp_DomainStatusType representing the PENDING_TRANSFER status type.
static epp_DomainStatusType PENDING_UPDATE
          Instance of epp_DomainStatusType representing the PENDING_UPDATE status type.
static epp_DomainStatusType SERVER_DELETE_PROHIBITED
          Instance of epp_DomainStatusType representing the SERVER_DELETE_PROHIBITED status type.
static epp_DomainStatusType SERVER_HOLD
          Instance of epp_DomainStatusType representing the SERVER_HOLD status type.
static epp_DomainStatusType SERVER_RENEW_PROHIBITED
          Instance of epp_DomainStatusType representing the SERVER_RENEW_PROHIBITED status type.
static epp_DomainStatusType SERVER_TRANSFER_PROHIBITED
          Instance of epp_DomainStatusType representing the SERVER_TRANSFER_PROHIBITED status type.
static epp_DomainStatusType SERVER_UPDATE_PROHIBITED
          Instance of epp_DomainStatusType representing the SERVER_UPDATE_PROHIBITED status type.
 
Constructor Summary
protected epp_DomainStatusType(int value)
          For internal use only.
 
Method Summary
static epp_DomainStatusType from_int(int value)
          Transform an integer into a epp_DomainStatusType constant.
 java.lang.String toString()
           
 int value()
          Accessor method for the internal integer representing the type of status.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_CLIENT_DELETE_PROHIBITED

public static final int _CLIENT_DELETE_PROHIBITED
Integer value representing the CLIENT_DELETE_PROHIBITED status type.

See Also:
CLIENT_DELETE_PROHIBITED, Constant Field Values

CLIENT_DELETE_PROHIBITED

public static final epp_DomainStatusType CLIENT_DELETE_PROHIBITED
Instance of epp_DomainStatusType representing the CLIENT_DELETE_PROHIBITED status type. Used directly with epp_DomainStatus.

See Also:
epp_DomainStatus

_CLIENT_HOLD

public static final int _CLIENT_HOLD
Integer value representing the CLIENT_HOLD status type.

See Also:
CLIENT_HOLD, Constant Field Values

CLIENT_HOLD

public static final epp_DomainStatusType CLIENT_HOLD
Instance of epp_DomainStatusType representing the CLIENT_HOLD status type. Used directly with epp_DomainStatus.

See Also:
epp_DomainStatus

_CLIENT_RENEW_PROHIBITED

public static final int _CLIENT_RENEW_PROHIBITED
Integer value representing the CLIENT_RENEW_PROHIBITED status type.

See Also:
CLIENT_RENEW_PROHIBITED, Constant Field Values

CLIENT_RENEW_PROHIBITED

public static final epp_DomainStatusType CLIENT_RENEW_PROHIBITED
Instance of epp_DomainStatusType representing the CLIENT_RENEW_PROHIBITED status type. Used directly with epp_DomainStatus.

See Also:
epp_DomainStatus

_CLIENT_TRANSFER_PROHIBITED

public static final int _CLIENT_TRANSFER_PROHIBITED
Integer value representing the CLIENT_TRANSFER_PROHIBITED status type.

See Also:
CLIENT_TRANSFER_PROHIBITED, Constant Field Values

CLIENT_TRANSFER_PROHIBITED

public static final epp_DomainStatusType CLIENT_TRANSFER_PROHIBITED
Instance of epp_DomainStatusType representing the CLIENT_TRANSFER_PROHIBITED status type. Used directly with epp_DomainStatus.

See Also:
epp_DomainStatus

_CLIENT_UPDATE_PROHIBITED

public static final int _CLIENT_UPDATE_PROHIBITED
Integer value representing the CLIENT_UPDATE_PROHIBITED status type.

See Also:
CLIENT_UPDATE_PROHIBITED, Constant Field Values

CLIENT_UPDATE_PROHIBITED

public static final epp_DomainStatusType CLIENT_UPDATE_PROHIBITED
Instance of epp_DomainStatusType representing the CLIENT_UPDATE_PROHIBITED status type. Used directly with epp_DomainStatus.

See Also:
epp_DomainStatus

_INACTIVE

public static final int _INACTIVE
Integer value representing the INACTIVE status type.

See Also:
INACTIVE, Constant Field Values

INACTIVE

public static final epp_DomainStatusType INACTIVE
Instance of epp_DomainStatusType representing the INACTIVE status type. Used directly with epp_DomainStatus.

See Also:
epp_DomainStatus

_OK

public static final int _OK
Integer value representing the OK status type.

See Also:
OK, Constant Field Values

OK

public static final epp_DomainStatusType OK
Instance of epp_DomainStatusType representing the OK status type. Used directly with epp_DomainStatus.

See Also:
epp_DomainStatus

_PENDING_CREATE

public static final int _PENDING_CREATE
Integer value representing the PENDING_CREATE status type.

See Also:
PENDING_CREATE, Constant Field Values

PENDING_CREATE

public static final epp_DomainStatusType PENDING_CREATE
Instance of epp_DomainStatusType representing the PENDING_CREATE status type. Used directly with epp_DomainStatus.

See Also:
epp_DomainStatus

_PENDING_DELETE

public static final int _PENDING_DELETE
Integer value representing the PENDING_DELETE status type.

See Also:
PENDING_DELETE, Constant Field Values

PENDING_DELETE

public static final epp_DomainStatusType PENDING_DELETE
Instance of epp_DomainStatusType representing the PENDING_DELETE status type. Used directly with epp_DomainStatus.

See Also:
epp_DomainStatus

_PENDING_RENEW

public static final int _PENDING_RENEW
Integer value representing the PENDING_RENEW status type.

See Also:
PENDING_RENEW, Constant Field Values

PENDING_RENEW

public static final epp_DomainStatusType PENDING_RENEW
Instance of epp_DomainStatusType representing the PENDING_RENEW status type. Used directly with epp_DomainStatus.

See Also:
epp_DomainStatus

_PENDING_TRANSFER

public static final int _PENDING_TRANSFER
Integer value representing the PENDING_TRANSFER status type.

See Also:
PENDING_TRANSFER, Constant Field Values

PENDING_TRANSFER

public static final epp_DomainStatusType PENDING_TRANSFER
Instance of epp_DomainStatusType representing the PENDING_TRANSFER status type. Used directly with epp_DomainStatus.

See Also:
epp_DomainStatus

_PENDING_UPDATE

public static final int _PENDING_UPDATE
Integer value representing the PENDING_UPDATE status type.

See Also:
PENDING_UPDATE, Constant Field Values

PENDING_UPDATE

public static final epp_DomainStatusType PENDING_UPDATE
Instance of epp_DomainStatusType representing the PENDING_UPDATE status type. Used directly with epp_DomainStatus.

See Also:
epp_DomainStatus

_SERVER_DELETE_PROHIBITED

public static final int _SERVER_DELETE_PROHIBITED
Integer value representing the SERVER_DELETE_PROHIBITED status type.

See Also:
SERVER_DELETE_PROHIBITED, Constant Field Values

SERVER_DELETE_PROHIBITED

public static final epp_DomainStatusType SERVER_DELETE_PROHIBITED
Instance of epp_DomainStatusType representing the SERVER_DELETE_PROHIBITED status type. Used directly with epp_DomainStatus.

See Also:
epp_DomainStatus

_SERVER_HOLD

public static final int _SERVER_HOLD
Integer value representing the SERVER_HOLD status type.

See Also:
SERVER_HOLD, Constant Field Values

SERVER_HOLD

public static final epp_DomainStatusType SERVER_HOLD
Instance of epp_DomainStatusType representing the SERVER_HOLD status type. Used directly with epp_DomainStatus.

See Also:
epp_DomainStatus

_SERVER_RENEW_PROHIBITED

public static final int _SERVER_RENEW_PROHIBITED
Integer value representing the SERVER_RENEW_PROHIBITED status type.

See Also:
SERVER_RENEW_PROHIBITED, Constant Field Values

SERVER_RENEW_PROHIBITED

public static final epp_DomainStatusType SERVER_RENEW_PROHIBITED
Instance of epp_DomainStatusType representing the SERVER_RENEW_PROHIBITED status type. Used directly with epp_DomainStatus.

See Also:
epp_DomainStatus

_SERVER_TRANSFER_PROHIBITED

public static final int _SERVER_TRANSFER_PROHIBITED
Integer value representing the SERVER_TRANSFER_PROHIBITED status type.

See Also:
SERVER_TRANSFER_PROHIBITED, Constant Field Values

SERVER_TRANSFER_PROHIBITED

public static final epp_DomainStatusType SERVER_TRANSFER_PROHIBITED
Instance of epp_DomainStatusType representing the SERVER_TRANSFER_PROHIBITED status type. Used directly with epp_DomainStatus.

See Also:
epp_DomainStatus

_SERVER_UPDATE_PROHIBITED

public static final int _SERVER_UPDATE_PROHIBITED
Integer value representing the SERVER_UPDATE_PROHIBITED status type.

See Also:
SERVER_UPDATE_PROHIBITED, Constant Field Values

SERVER_UPDATE_PROHIBITED

public static final epp_DomainStatusType SERVER_UPDATE_PROHIBITED
Instance of epp_DomainStatusType representing the SERVER_UPDATE_PROHIBITED status type. Used directly with epp_DomainStatus.

See Also:
epp_DomainStatus
Constructor Detail

epp_DomainStatusType

protected epp_DomainStatusType(int value)
For internal use only. Initializes the internal status type array.

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

value

public int value()
Accessor method for the internal integer representing the type of status.

Returns:
The integer value of this domain status type

from_int

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

Parameters:
value - The integer value for the desired status 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