EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0604
Class epp_dcpExpiryType

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

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

Class defining constant instances of data collection policy expiry types which describes date type for the expiry of the data collection policy.

Two access types are defined: ABSOLUTE, and RELATIVE.

$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0604/epp_dcpExpiryType.java,v 1.1 2003/03/21 15:54:39 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 15:54:39 $

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

Field Summary
static int _ABSOLUTE
          Integer value representing the ABSOLUTE access type.
static int _RELATIVE
          Integer value representing the RELATIVE access type.
static epp_dcpExpiryType ABSOLUTE
          Instance of epp_dcpExpiryType representing the ABSOLUTE expiry type.
static epp_dcpExpiryType RELATIVE
          Instance of epp_dcpExpiryType representing the RELATIVE expiry type.
 
Constructor Summary
protected epp_dcpExpiryType(int value)
          For internal use only.
 
Method Summary
static epp_dcpExpiryType from_int(int value)
          Transform an integer into a epp_dcpExpiryType constant.
 java.lang.String toString()
           
 int value()
          Accessor method for the internal integer representing the expiry type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_ABSOLUTE

public static final int _ABSOLUTE
Integer value representing the ABSOLUTE access type.

See Also:
ABSOLUTE, Constant Field Values

ABSOLUTE

public static final epp_dcpExpiryType ABSOLUTE
Instance of epp_dcpExpiryType representing the ABSOLUTE expiry type.


_RELATIVE

public static final int _RELATIVE
Integer value representing the RELATIVE access type.

See Also:
RELATIVE, Constant Field Values

RELATIVE

public static final epp_dcpExpiryType RELATIVE
Instance of epp_dcpExpiryType representing the RELATIVE expiry type.

Constructor Detail

epp_dcpExpiryType

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

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

value

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

Returns:
The integer value of this expiry type

from_int

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

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