public class RetentionPeriod
extends java.lang.Object
RetentionPeriod
property values. A positive retention period value represents the number of minutes a content
element must be retained. This class provides a set of constants for specifying the following
non-positive values:
"0"
, defined as ZERO"-1"
, defined as INFINITE"-2"
, defined as DEFAULT"-101"
, defined as UNDEFINED"-102"
, defined as NOT_ALLOWEDModifier and Type | Field and Description |
---|---|
static java.lang.Integer |
DEFAULT
Deprecated.
|
static int |
DEFAULT_AS_INT
Deprecated.
As of release 5.2.0.
|
static java.lang.Integer |
INFINITE
Deprecated.
|
static int |
INFINITE_AS_INT
Deprecated.
As of release 5.2.0.
|
static java.lang.Integer |
NOT_ALLOWED
Deprecated.
|
static int |
NOT_ALLOWED_AS_INT
Deprecated.
As of release 5.2.0.
|
static java.lang.Integer |
UNDEFINED
Deprecated.
|
static int |
UNDEFINED_AS_INT
Deprecated.
As of release 5.2.0.
|
static java.lang.Integer |
ZERO
Deprecated.
|
static int |
ZERO_AS_INT
Deprecated.
As of release 5.2.0.
|
public static final int ZERO_AS_INT
public static final java.lang.Integer ZERO
public static final int INFINITE_AS_INT
public static final java.lang.Integer INFINITE
public static final int DEFAULT_AS_INT
FixedStorageArea
objects only.)public static final java.lang.Integer DEFAULT
public static final int UNDEFINED_AS_INT
public static final java.lang.Integer UNDEFINED
public static final int NOT_ALLOWED_AS_INT
RetentionPeriod
value has not been defined for the storage area.public static final java.lang.Integer NOT_ALLOWED
public static java.lang.String toString(java.lang.Integer val)
public static java.lang.String toString(int val)
© Copyright IBM Corporation 2006, 2015. All rights reserved.