org.openrtk.idl.epp0503.host
Class epp_HostStatusType
java.lang.Object
org.openrtk.idl.epp0503.host.epp_HostStatusType
- org.omg.CORBA.portable.IDLEntity
public class epp_HostStatusType
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Class defining constant instances of status types for host.
Used in conjunction with the epp_HostStatus class to indicate the host status.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0503/host/epp_HostStatusType.java,v 1.1 2003/03/21 16:18:30 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:18:30 $
static epp_HostStatusType | from_int(int value) - Transform an integer into a epp_HostStatusType constant.
|
String | toString()
|
int | value() - Accessor method for the internal integer representing the type of status.
|
CLIENT_DELETE_PROHIBITED
public static final epp_HostStatusType CLIENT_DELETE_PROHIBITED
Instance of epp_HostStatusType representing the CLIENT_DELETE_PROHIBITED status type.
Used directly with epp_HostStatus.
CLIENT_UPDATE_PROHIBITED
public static final epp_HostStatusType CLIENT_UPDATE_PROHIBITED
Instance of epp_HostStatusType representing the CLIENT_UPDATE_PROHIBITED status type.
Used directly with epp_HostStatus.
LINKED
public static final epp_HostStatusType LINKED
Instance of epp_HostStatusType representing the LINKED status type.
Used directly with epp_HostStatus.
OK
public static final epp_HostStatusType OK
Instance of epp_HostStatusType representing the OK status type.
Used directly with epp_HostStatus.
PENDING_DELETE
public static final epp_HostStatusType PENDING_DELETE
Instance of epp_HostStatusType representing the PENDING_DELETE status type.
Used directly with epp_HostStatus.
PENDING_TRANSFER
public static final epp_HostStatusType PENDING_TRANSFER
Instance of epp_HostStatusType representing the PENDING_TRANSFER status type.
Used directly with epp_HostStatus.
SERVER_DELETE_PROHIBITED
public static final epp_HostStatusType SERVER_DELETE_PROHIBITED
Instance of epp_HostStatusType representing the SERVER_DELETE_PROHIBITED status type.
Used directly with epp_HostStatus.
SERVER_UPDATE_PROHIBITED
public static final epp_HostStatusType SERVER_UPDATE_PROHIBITED
Instance of epp_HostStatusType representing the SERVER_UPDATE_PROHIBITED status type.
Used directly with epp_HostStatus.
_CLIENT_DELETE_PROHIBITED
public static final int _CLIENT_DELETE_PROHIBITED
Integer value representing the CLIENT_DELETE_PROHIBITED status type.
_CLIENT_UPDATE_PROHIBITED
public static final int _CLIENT_UPDATE_PROHIBITED
Integer value representing the CLIENT_UPDATE_PROHIBITED status type.
_LINKED
public static final int _LINKED
Integer value representing the LINKED status type.
_OK
public static final int _OK
Integer value representing the OK status type.
_PENDING_DELETE
public static final int _PENDING_DELETE
Integer value representing the PENDING_DELETE status type.
_PENDING_TRANSFER
public static final int _PENDING_TRANSFER
Integer value representing the PENDING_TRANSFER status type.
_SERVER_DELETE_PROHIBITED
public static final int _SERVER_DELETE_PROHIBITED
Integer value representing the SERVER_DELETE_PROHIBITED status type.
_SERVER_UPDATE_PROHIBITED
public static final int _SERVER_UPDATE_PROHIBITED
Integer value representing the SERVER_UPDATE_PROHIBITED status type.
epp_HostStatusType
protected epp_HostStatusType(int value)
For internal use only.
Initializes the internal status type array.
value
- The integer value for the desired status type
from_int
public static epp_HostStatusType from_int(int value)
Transform an integer into a epp_HostStatusType 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 status.
- The integer value of this host status type
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS