org.openrtk.idl.epprtk
Class epp_dcpAccessType
java.lang.Object
org.openrtk.idl.epprtk.epp_dcpAccessType
- org.omg.CORBA.portable.IDLEntity
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.
Six access types are defined: ALL, NONE, NULL_ACCESS, OTHER, PERSONAL, and PERSONAL_AND_OTHER.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epprtk/epp_dcpAccessType.java,v 1.1 2004/12/07 15:27:49 ewang2004 Exp $
$Revision: 1.1 $
$Date: 2004/12/07 15:27:49 $
static epp_dcpAccessType | from_int(int value) - Transform an integer into a epp_dcpAccessType constant.
|
String | toString()
|
int | value() - Accessor method for the internal integer representing the access type.
|
ALL
public static final epp_dcpAccessType ALL
Instance of epp_dcpAccessType representing the ALL access type.
NONE_ACCESS
public static final epp_dcpAccessType NONE_ACCESS
Instance of epp_dcpAccessType representing the NONE_ACCESS access type.
NULL_ACCESS
public static final epp_dcpAccessType NULL_ACCESS
Instance of epp_dcpAccessType representing the NULL_ACCESS access type.
OTHER
public static final epp_dcpAccessType OTHER
Instance of epp_dcpAccessType representing the OTHER access type.
PERSONAL
public static final epp_dcpAccessType PERSONAL
Instance of epp_dcpAccessType representing the PERSONAL access type.
PERSONAL_AND_OTHER
public static final epp_dcpAccessType PERSONAL_AND_OTHER
Instance of epp_dcpAccessType representing the PERSONAL_AND_OTHER access type.
_ALL
public static final int _ALL
Integer value representing the ALL access type.
_NONE_ACCESS
public static final int _NONE_ACCESS
Integer value representing the NONE_ACCESS access type.
_NULL_ACCESS
public static final int _NULL_ACCESS
Integer value representing the NULL_ACCESS access type.
_OTHER
public static final int _OTHER
Integer value representing the OTHER access type.
_PERSONAL
public static final int _PERSONAL
Integer value representing the PERSONAL access type.
_PERSONAL_AND_OTHER
public static final int _PERSONAL_AND_OTHER
Integer value representing the PERSONAL_AND_OTHER access type.
epp_dcpAccessType
protected epp_dcpAccessType(int value)
For internal use only.
Initializes the internal access type array.
value
- The integer value for the desired 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.
value
- The integer value for the desired access type
toString
public String toString()
value
public int value()
Accessor method for the internal integer representing the access type.
- The integer value of this access type
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS