public enum TimestampEpoch extends Enum<TimestampEpoch>
| Enum Constant and Description |
|---|
Duration
The timestamp denotes duration without particular epoch.
|
Interval
The timestamp denotes interval without particular epoch.
|
Today
Today epoch.
|
Unix
Unix epoch.
|
| Modifier and Type | Method and Description |
|---|---|
static TimestampEpoch |
fromString(String s) |
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 final TimestampEpoch Interval
public static final TimestampEpoch Duration
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.public static TimestampEpoch fromString(String s)
Copyright © 2005–2025 Onix Solutions. All rights reserved.