public enum TimestampEpoch extends Enum<TimestampEpoch>
Enum Constant and Description |
---|
Today
Today epoch.
|
Unix
Unix epoch.
|
Modifier and Type | Method and Description |
---|---|
static TimestampEpoch |
selectBySpecification(UnifiedMetaData metaData)
Select epoch by SBE specification.
|
static TimestampEpoch |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimestampEpoch[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimestampEpoch Unix
public static final TimestampEpoch Today
public static TimestampEpoch[] values()
for (TimestampEpoch c : TimestampEpoch.values()) System.out.println(c);
public static TimestampEpoch 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 TimestampEpoch selectBySpecification(UnifiedMetaData metaData)
metaData
- SBE metadata that contains epoch specification.Copyright © 2005–2024 Onix Solutions. All rights reserved.