public class RetentionConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.Date |
INDEFINITE
Specifies an indefinite retention period for a CmRetentionDate property.
|
static java.lang.Integer |
INDEFINITE_PERIOD
Specifies an indefinite retention period for a DefaultRetentionPeriod property.
|
static int |
INDEFINITE_PERIOD_AS_INT
An
int value associated with the INDEFINITE_PERIOD instance of this class. |
static java.util.Date |
PERMANENT
Specifies a permanent retention period for a CmRetentionDate property.
|
static java.lang.Integer |
PERMANENT_PERIOD
Specifies a permanent retention period for a DefaultRetentionPeriod property.
|
static int |
PERMANENT_PERIOD_AS_INT
An
int value associated with the PERMANENT_PERIOD instance of this class. |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
toString(java.lang.Object val)
Returns a
String representation of this instance. |
public static final int PERMANENT_PERIOD_AS_INT
int
value associated with the PERMANENT_PERIOD instance of this class.
Consider using the static instances of this class instead of the associated int
values. The int
values risk binary incompatibility (but not source incompatibility
from release to release.public static final java.lang.Integer PERMANENT_PERIOD
public static final java.util.Date PERMANENT
public static final int INDEFINITE_PERIOD_AS_INT
int
value associated with the INDEFINITE_PERIOD instance of this class.
Consider using the static instances of this class instead of the associated int
values. The int
values risk binary incompatibility (but not source incompatibility)
from release to release.public static final java.lang.Integer INDEFINITE_PERIOD
public static final java.util.Date INDEFINITE
© Copyright IBM Corporation 2006, 2015. All rights reserved.