public enum CxDataRetentionType extends Enum<CxDataRetentionType>
Java class for CxDataRetentionType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CxDataRetentionType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="NumOfScansToPreserve"/>
<enumeration value="DatesRange"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
DATES_RANGE |
NUM_OF_SCANS_TO_PRESERVE |
| Modifier and Type | Method and Description |
|---|---|
static CxDataRetentionType |
fromValue(String v) |
String |
value() |
static CxDataRetentionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CxDataRetentionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CxDataRetentionType NUM_OF_SCANS_TO_PRESERVE
public static final CxDataRetentionType DATES_RANGE
public static CxDataRetentionType[] values()
for (CxDataRetentionType c : CxDataRetentionType.values()) System.out.println(c);
public static CxDataRetentionType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static CxDataRetentionType fromValue(String v)
Copyright © 2020. All rights reserved.