org.openrtk.idl.epp0604
Class epp_dcpRetentionType
java.lang.Object
org.openrtk.idl.epp0604.epp_dcpRetentionType
- org.omg.CORBA.portable.IDLEntity
public class epp_dcpRetentionType
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Class defining constant instances of data retention types which describes
EPP server's policy of data collection and management.
Five retention types are defined: BUSINESS, INDEFINITE, LEGAL, NONE and STATED.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0604/epp_dcpRetentionType.java,v 1.2 2003/09/10 21:29:57 tubadanm Exp $
$Revision: 1.2 $
$Date: 2003/09/10 21:29:57 $
static epp_dcpRetentionType | BUSINESS - Instance of epp_dcpRetentionType representing the BUSINESS retention type.
|
static epp_dcpRetentionType | INDEFINITE - Instance of epp_dcpRetentionType representing the INDEFINITE retention type.
|
static epp_dcpRetentionType | LEGAL - Instance of epp_dcpRetentionType representing the LEGAL retention type.
|
static epp_dcpRetentionType | NONE - Instance of epp_dcpRetentionType representing the NONE retention type.
|
static epp_dcpRetentionType | STATED - Instance of epp_dcpRetentionType representing the STATED retention type.
|
static int | _BUSINESS - Integer value representing the BUSINESS retention type.
|
static int | _INDEFINITE - Integer value representing the INDEFINITE retention type.
|
static int | _LEGAL - Integer value representing the LEGAL retention type.
|
static int | _NONE - Integer value representing the NONE retention type.
|
static int | _STATED - Integer value representing the STATED retention type.
|
static epp_dcpRetentionType | from_int(int value) - Transform an integer into a epp_dcpRetentionType constant.
|
String | toString()
|
int | value() - Accessor method for the internal integer representing the data retention type.
|
BUSINESS
public static final epp_dcpRetentionType BUSINESS
Instance of epp_dcpRetentionType representing the BUSINESS retention type.
INDEFINITE
public static final epp_dcpRetentionType INDEFINITE
Instance of epp_dcpRetentionType representing the INDEFINITE retention type.
LEGAL
public static final epp_dcpRetentionType LEGAL
Instance of epp_dcpRetentionType representing the LEGAL retention type.
NONE
public static final epp_dcpRetentionType NONE
Instance of epp_dcpRetentionType representing the NONE retention type.
STATED
public static final epp_dcpRetentionType STATED
Instance of epp_dcpRetentionType representing the STATED retention type.
_BUSINESS
public static final int _BUSINESS
Integer value representing the BUSINESS retention type.
_INDEFINITE
public static final int _INDEFINITE
Integer value representing the INDEFINITE retention type.
_LEGAL
public static final int _LEGAL
Integer value representing the LEGAL retention type.
_NONE
public static final int _NONE
Integer value representing the NONE retention type.
_STATED
public static final int _STATED
Integer value representing the STATED retention type.
epp_dcpRetentionType
protected epp_dcpRetentionType(int value)
For internal use only.
Initializes the internal retention type array.
value
- The integer value for the desired retention type
from_int
public static epp_dcpRetentionType from_int(int value)
Transform an integer into a epp_dcpRetentionType constant.
Given the integer representation of the retention type, returns
one of the retention type constants.
value
- The integer value for the desired retention type
toString
public String toString()
value
public int value()
Accessor method for the internal integer representing the data retention type.
- The integer value of this retention type
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS