org.openrtk.idl.epp0705.contact

Class epp_ContactStatusType

Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity

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

Class defining constant instances of status types for contact. Used in conjunction with the epp_ContactStatus class to indicate the contact status. $Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0705/contact/epp_ContactStatusType.java,v 1.1 2003/03/20 22:42:27 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/20 22:42:27 $
See Also:
epp_ContactStatus

Field Summary

static epp_ContactStatusType
CLIENT_DELETE_PROHIBITED
Instance of epp_ContactStatusType representing the CLIENT_DELETE_PROHIBITED status type.
static epp_ContactStatusType
CLIENT_TRANSFER_PROHIBITED
Instance of epp_ContactStatusType representing the CLIENT_TRANSFER_PROHIBITED status type.
static epp_ContactStatusType
CLIENT_UPDATE_PROHIBITED
Instance of epp_ContactStatusType representing the CLIENT_UPDATE_PROHIBITED status type.
static epp_ContactStatusType
LINKED
Instance of epp_ContactStatusType representing the LINKED status type.
static epp_ContactStatusType
OK
Instance of epp_ContactStatusType representing the OK status type.
static epp_ContactStatusType
PENDING_CREATE
Instance of epp_ContactStatusType representing the PENDING_CREATE status type.
static epp_ContactStatusType
PENDING_DELETE
Instance of epp_ContactStatusType representing the PENDING_DELETE status type.
static epp_ContactStatusType
PENDING_TRANSFER
Instance of epp_ContactStatusType representing the PENDING_TRANSFER status type.
static epp_ContactStatusType
PENDING_UPDATE
Instance of epp_ContactStatusType representing the PENDING_UPDATE status type.
static epp_ContactStatusType
SERVER_DELETE_PROHIBITED
Instance of epp_ContactStatusType representing the SERVER_DELETE_PROHIBITED status type.
static epp_ContactStatusType
SERVER_TRANSFER_PROHIBITED
Instance of epp_ContactStatusType representing the SERVER_TRANSFER_PROHIBITED status type.
static epp_ContactStatusType
SERVER_UPDATE_PROHIBITED
Instance of epp_ContactStatusType representing the SERVER_UPDATE_PROHIBITED status type.
static int
_CLIENT_DELETE_PROHIBITED
Integer value representing the CLIENT_DELETE_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
_LINKED
Integer value representing the LINKED 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_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_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.

Constructor Summary

epp_ContactStatusType(int value)
For internal use only.

Method Summary

static epp_ContactStatusType
from_int(int value)
Transform an integer into a epp_ContactStatusType constant.
String
toString()
int
value()
Accessor method for the internal integer representing the type of status.

Field Details

CLIENT_DELETE_PROHIBITED

public static final epp_ContactStatusType CLIENT_DELETE_PROHIBITED
Instance of epp_ContactStatusType representing the CLIENT_DELETE_PROHIBITED status type. Used directly with epp_ContactStatus.

CLIENT_TRANSFER_PROHIBITED

public static final epp_ContactStatusType CLIENT_TRANSFER_PROHIBITED
Instance of epp_ContactStatusType representing the CLIENT_TRANSFER_PROHIBITED status type. Used directly with epp_ContactStatus.

CLIENT_UPDATE_PROHIBITED

public static final epp_ContactStatusType CLIENT_UPDATE_PROHIBITED
Instance of epp_ContactStatusType representing the CLIENT_UPDATE_PROHIBITED status type. Used directly with epp_ContactStatus.

LINKED

public static final epp_ContactStatusType LINKED
Instance of epp_ContactStatusType representing the LINKED status type. Used directly with epp_ContactStatus.

OK

public static final epp_ContactStatusType OK
Instance of epp_ContactStatusType representing the OK status type. Used directly with epp_ContactStatus.

PENDING_CREATE

public static final epp_ContactStatusType PENDING_CREATE
Instance of epp_ContactStatusType representing the PENDING_CREATE status type. Used directly with epp_ContactStatus.

PENDING_DELETE

public static final epp_ContactStatusType PENDING_DELETE
Instance of epp_ContactStatusType representing the PENDING_DELETE status type. Used directly with epp_ContactStatus.

PENDING_TRANSFER

public static final epp_ContactStatusType PENDING_TRANSFER
Instance of epp_ContactStatusType representing the PENDING_TRANSFER status type. Used directly with epp_ContactStatus.

PENDING_UPDATE

public static final epp_ContactStatusType PENDING_UPDATE
Instance of epp_ContactStatusType representing the PENDING_UPDATE status type. Used directly with epp_ContactStatus.

SERVER_DELETE_PROHIBITED

public static final epp_ContactStatusType SERVER_DELETE_PROHIBITED
Instance of epp_ContactStatusType representing the SERVER_DELETE_PROHIBITED status type. Used directly with epp_ContactStatus.

SERVER_TRANSFER_PROHIBITED

public static final epp_ContactStatusType SERVER_TRANSFER_PROHIBITED
Instance of epp_ContactStatusType representing the SERVER_TRANSFER_PROHIBITED status type. Used directly with epp_ContactStatus.

SERVER_UPDATE_PROHIBITED

public static final epp_ContactStatusType SERVER_UPDATE_PROHIBITED
Instance of epp_ContactStatusType representing the SERVER_UPDATE_PROHIBITED status type. Used directly with epp_ContactStatus.

_CLIENT_DELETE_PROHIBITED

public static final int _CLIENT_DELETE_PROHIBITED
Integer value representing the CLIENT_DELETE_PROHIBITED status type.
Field Value:
0

_CLIENT_TRANSFER_PROHIBITED

public static final int _CLIENT_TRANSFER_PROHIBITED
Integer value representing the CLIENT_TRANSFER_PROHIBITED status type.
Field Value:
2

_CLIENT_UPDATE_PROHIBITED

public static final int _CLIENT_UPDATE_PROHIBITED
Integer value representing the CLIENT_UPDATE_PROHIBITED status type.
Field Value:
4

_LINKED

public static final int _LINKED
Integer value representing the LINKED status type.
Field Value:
6

_OK

public static final int _OK
Integer value representing the OK status type.
Field Value:
7

_PENDING_CREATE

public static final int _PENDING_CREATE
Integer value representing the PENDING_CREATE status type.
Field Value:
8

_PENDING_DELETE

public static final int _PENDING_DELETE
Integer value representing the PENDING_DELETE status type.
Field Value:
9

_PENDING_TRANSFER

public static final int _PENDING_TRANSFER
Integer value representing the PENDING_TRANSFER status type.
Field Value:
9

_PENDING_UPDATE

public static final int _PENDING_UPDATE
Integer value representing the PENDING_UPDATE status type.
Field Value:
10

_SERVER_DELETE_PROHIBITED

public static final int _SERVER_DELETE_PROHIBITED
Integer value representing the SERVER_DELETE_PROHIBITED status type.
Field Value:
1

_SERVER_TRANSFER_PROHIBITED

public static final int _SERVER_TRANSFER_PROHIBITED
Integer value representing the SERVER_TRANSFER_PROHIBITED status type.
Field Value:
3

_SERVER_UPDATE_PROHIBITED

public static final int _SERVER_UPDATE_PROHIBITED
Integer value representing the SERVER_UPDATE_PROHIBITED status type.
Field Value:
5

Constructor Details

epp_ContactStatusType

protected epp_ContactStatusType(int value)
For internal use only. Initializes the internal status type array.
Parameters:
value - The integer value for the desired status type

Method Details

from_int

public static epp_ContactStatusType from_int(int value)
Transform an integer into a epp_ContactStatusType 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 String toString()

value

public int value()
Accessor method for the internal integer representing the type of status.
Returns:
The integer value of this contact status type

Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS