EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0503
Class epp_dcpAccessType

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

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

Class defining constant instances of data collection policy access types which describes access provided by the server to data received from the client.

Five access types are defined: ALL, NO_ACCESS, NULL_ACCESS, SOCIAL, TECHNICAL.

$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0503/epp_dcpAccessType.java,v 1.1 2003/03/21 16:18:26 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:18:26 $

See Also:
epp_DataCollectionPolicy, com.tucows.oxrs.epp.rtk.xml.EPPGreeting, Serialized Form

Field Summary
static int _ALL
          Integer value representing the ALL access type.
static int _NO_ACCESS
          Integer value representing the NO_ACCESS access type.
static int _NULL_ACCESS
          Integer value representing the NULL_ACCESS access type.
static int _SOCIAL
          Integer value representing the SOCIAL access type.
static int _TECHNICAL
          Integer value representing the TECHNICAL access type.
static epp_dcpAccessType ALL
          Instance of epp_dcpAccessType representing the ALL access type.
static epp_dcpAccessType NO_ACCESS
          Instance of epp_dcpAccessType representing the NO_ACCESS access type.
static epp_dcpAccessType NULL_ACCESS
          Instance of epp_dcpAccessType representing the NULL_ACCESS access type.
static epp_dcpAccessType SOCIAL
          Instance of epp_dcpAccessType representing the SOCIAL access type.
static epp_dcpAccessType TECHNICAL
          Instance of epp_dcpAccessType representing the TECHNICAL access type.
 
Constructor Summary
protected epp_dcpAccessType(int value)
          For internal use only.
 
Method Summary
static epp_dcpAccessType from_int(int value)
          Transform an integer into a epp_dcpAccessType constant.
 java.lang.String toString()
           
 int value()
          Accessor method for the internal integer representing the access type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_ALL

public static final int _ALL
Integer value representing the ALL access type.

See Also:
ALL, Constant Field Values

ALL

public static final epp_dcpAccessType ALL
Instance of epp_dcpAccessType representing the ALL access type.


_NO_ACCESS

public static final int _NO_ACCESS
Integer value representing the NO_ACCESS access type.

See Also:
NO_ACCESS, Constant Field Values

NO_ACCESS

public static final epp_dcpAccessType NO_ACCESS
Instance of epp_dcpAccessType representing the NO_ACCESS access type.


_NULL_ACCESS

public static final int _NULL_ACCESS
Integer value representing the NULL_ACCESS access type.

See Also:
NULL_ACCESS, Constant Field Values

NULL_ACCESS

public static final epp_dcpAccessType NULL_ACCESS
Instance of epp_dcpAccessType representing the NULL_ACCESS access type.


_SOCIAL

public static final int _SOCIAL
Integer value representing the SOCIAL access type.

See Also:
SOCIAL, Constant Field Values

SOCIAL

public static final epp_dcpAccessType SOCIAL
Instance of epp_dcpAccessType representing the SOCIAL access type.


_TECHNICAL

public static final int _TECHNICAL
Integer value representing the TECHNICAL access type.

See Also:
TECHNICAL, Constant Field Values

TECHNICAL

public static final epp_dcpAccessType TECHNICAL
Instance of epp_dcpAccessType representing the TECHNICAL access type.

Constructor Detail

epp_dcpAccessType

protected epp_dcpAccessType(int value)
For internal use only. Initializes the internal access type array.

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

value

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

Returns:
The integer value of this access type

from_int

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

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