org.openrtk.idl.epp0503
Class epp_dcpRecipientType
java.lang.Object
org.openrtk.idl.epp0503.epp_dcpRecipientType
- org.omg.CORBA.portable.IDLEntity
public class epp_dcpRecipientType
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Class defining constant instances of data recipient types which describes
EPP server's policy of data collection and management.
Five recipient types are defined: OTHER_RECIPIENT, OURS, PUBLIK, SAME, UNRELATED.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0503/epp_dcpRecipientType.java,v 1.2 2003/09/10 21:29:56 tubadanm Exp $
$Revision: 1.2 $
$Date: 2003/09/10 21:29:56 $
static epp_dcpRecipientType | OTHER_RECIPIENT - Instance of epp_dcpRecipientType representing the OTHER_RECIPIENT recipient type.
|
static epp_dcpRecipientType | OURS - Instance of epp_dcpRecipientType representing the OURS recipient type.
|
static epp_dcpRecipientType | PUBLIK - Instance of epp_dcpRecipientType representing the PUBLIK recipient type.
|
static epp_dcpRecipientType | SAME - Instance of epp_dcpRecipientType representing the SAME recipient type.
|
static epp_dcpRecipientType | UNRELATED - Instance of epp_dcpRecipientType representing the UNRELATED recipient type.
|
static int | _OTHER_RECIPIENT - Integer value representing the OTHER_RECIPIENT recipient type.
|
static int | _OURS - Integer value representing the OURS recipient type.
|
static int | _PUBLIK - Integer value representing the PUBLIK recipient type.
|
static int | _SAME - Integer value representing the SAME recipient type.
|
static int | _UNRELATED - Integer value representing the UNRELATED recipient type.
|
static epp_dcpRecipientType | from_int(int value) - Transform an integer into a epp_dcpRecipientType constant.
|
String | toString()
|
int | value() - Accessor method for the internal integer representing the data recipient type.
|
OTHER_RECIPIENT
public static final epp_dcpRecipientType OTHER_RECIPIENT
Instance of epp_dcpRecipientType representing the OTHER_RECIPIENT recipient type.
OURS
public static final epp_dcpRecipientType OURS
Instance of epp_dcpRecipientType representing the OURS recipient type.
PUBLIK
public static final epp_dcpRecipientType PUBLIK
Instance of epp_dcpRecipientType representing the PUBLIK recipient type.
SAME
public static final epp_dcpRecipientType SAME
Instance of epp_dcpRecipientType representing the SAME recipient type.
UNRELATED
public static final epp_dcpRecipientType UNRELATED
Instance of epp_dcpRecipientType representing the UNRELATED recipient type.
_OTHER_RECIPIENT
public static final int _OTHER_RECIPIENT
Integer value representing the OTHER_RECIPIENT recipient type.
_OURS
public static final int _OURS
Integer value representing the OURS recipient type.
_PUBLIK
public static final int _PUBLIK
Integer value representing the PUBLIK recipient type.
_SAME
public static final int _SAME
Integer value representing the SAME recipient type.
_UNRELATED
public static final int _UNRELATED
Integer value representing the UNRELATED recipient type.
epp_dcpRecipientType
protected epp_dcpRecipientType(int value)
For internal use only.
Initializes the internal recipient type array.
value
- The integer value for the desired recipient type
from_int
public static epp_dcpRecipientType from_int(int value)
Transform an integer into a epp_dcpRecipientType constant.
Given the integer representation of the recipient type, returns
one of the recipient type constants.
value
- The integer value for the desired recipient type
toString
public String toString()
value
public int value()
Accessor method for the internal integer representing the data recipient type.
- The integer value of this recipient type
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS