EPP RTK
for Java v 0.5.0

org.openrtk.idl.epp
Class epp_dcpRecipientType

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

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/epp/epp_dcpRecipientType.java,v 1.2 2002/03/15 15:50:52 lyin Exp $
$Revision: 1.2 $
$Date: 2002/03/15 15:50:52 $

See Also:
epp_dcpStatement, EPPGreeting, Serialized Form

Field Summary
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 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.
 
Constructor Summary
protected epp_dcpRecipientType(int value)
          For internal use only.
 
Method Summary
static epp_dcpRecipientType from_int(int value)
          Transform an integer into a epp_dcpRecipientType constant.
 java.lang.String toString()
           
 int value()
          Accessor method for the internal integer representing the data recipient type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_OTHER_RECIPIENT

public static final int _OTHER_RECIPIENT
Integer value representing the OTHER_RECIPIENT recipient type.
See Also:
OTHER_RECIPIENT

OTHER_RECIPIENT

public static final epp_dcpRecipientType OTHER_RECIPIENT
Instance of epp_dcpRecipientType representing the OTHER_RECIPIENT recipient type.

_OURS

public static final int _OURS
Integer value representing the OURS recipient type.
See Also:
OURS

OURS

public static final epp_dcpRecipientType OURS
Instance of epp_dcpRecipientType representing the OURS recipient type.

_PUBLIK

public static final int _PUBLIK
Integer value representing the PUBLIK recipient type.
See Also:
PUBLIK

PUBLIK

public static final epp_dcpRecipientType PUBLIK
Instance of epp_dcpRecipientType representing the PUBLIK recipient type.

_SAME

public static final int _SAME
Integer value representing the SAME recipient type.
See Also:
SAME

SAME

public static final epp_dcpRecipientType SAME
Instance of epp_dcpRecipientType representing the SAME recipient type.

_UNRELATED

public static final int _UNRELATED
Integer value representing the UNRELATED recipient type.
See Also:
UNRELATED

UNRELATED

public static final epp_dcpRecipientType UNRELATED
Instance of epp_dcpRecipientType representing the UNRELATED recipient type.
Constructor Detail

epp_dcpRecipientType

protected epp_dcpRecipientType(int value)
For internal use only. Initializes the internal recipient type array.
Parameters:
value - The integer value for the desired recipient type
Method Detail

value

public int value()
Accessor method for the internal integer representing the data recipient type.
Returns:
The integer value of this 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.
Parameters:
value - The integer value for the desired recipient type

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

EPP RTK
for Java v 0.5.0

Copyright © 2001 - Tucows, Inc.