public enum TDAPI_PURGE_RUNS extends Enum<TDAPI_PURGE_RUNS> implements com4j.ComEnum
The units by which to purge.
Enum Constant and Description |
---|
TDDATE_PURGE
Purge by date.
|
TDDAY_PURGE
Purge by number of days.
|
TDMONTH_PURGE
Purge by number of months.
|
TDWEEK_PURGE
Purge by number of weeks.
|
TDYEAR_PURGE
Purge by number of years.
|
Modifier and Type | Method and Description |
---|---|
int |
comEnumValue() |
static TDAPI_PURGE_RUNS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TDAPI_PURGE_RUNS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TDAPI_PURGE_RUNS TDDAY_PURGE
Purge by number of days.
The value of this constant is 1
public static final TDAPI_PURGE_RUNS TDWEEK_PURGE
Purge by number of weeks.
The value of this constant is 2
public static final TDAPI_PURGE_RUNS TDMONTH_PURGE
Purge by number of months.
The value of this constant is 3
public static final TDAPI_PURGE_RUNS TDYEAR_PURGE
Purge by number of years.
The value of this constant is 4
public static final TDAPI_PURGE_RUNS TDDATE_PURGE
Purge by date.
The value of this constant is 5
public static TDAPI_PURGE_RUNS[] values()
for (TDAPI_PURGE_RUNS c : TDAPI_PURGE_RUNS.values()) System.out.println(c);
public static TDAPI_PURGE_RUNS 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 int comEnumValue()
comEnumValue
in interface com4j.ComEnum
Copyright © 2020. All rights reserved.