public static enum CoreConfigManager.EtimeServices extends Enum<CoreConfigManager.EtimeServices> implements CoreConfigManager.EtimeService
Enum Constant and Description |
---|
MILLI_TIME
Provides etimes using millisecond precision.
|
NANO_TIME
Provides etimes using nanosecond precision.
|
Modifier and Type | Method and Description |
---|---|
static CoreConfigManager.EtimeServices |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreConfigManager.EtimeServices[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getTimeUnit, now, since
public static final CoreConfigManager.EtimeServices MILLI_TIME
public static final CoreConfigManager.EtimeServices NANO_TIME
public static CoreConfigManager.EtimeServices[] values()
for (CoreConfigManager.EtimeServices c : CoreConfigManager.EtimeServices.values()) System.out.println(c);
public static CoreConfigManager.EtimeServices 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 nullCopyright 2010-2022 ForgeRock AS.