public static enum TableTtl.TtlMode extends Enum<TableTtl.TtlMode>
| Enum Constant and Description |
|---|
DATE_TYPE_COLUMN |
NOT_SET |
VALUE_SINCE_UNIX_EPOCH |
| Modifier and Type | Method and Description |
|---|---|
static TableTtl.TtlMode |
forCase(int value) |
static TableTtl.TtlMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableTtl.TtlMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableTtl.TtlMode DATE_TYPE_COLUMN
public static final TableTtl.TtlMode VALUE_SINCE_UNIX_EPOCH
public static final TableTtl.TtlMode NOT_SET
public static TableTtl.TtlMode[] values()
for (TableTtl.TtlMode c : TableTtl.TtlMode.values()) System.out.println(c);
public static TableTtl.TtlMode 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 static TableTtl.TtlMode forCase(int value)
Copyright © 2023. All rights reserved.