public static enum GlobalCfgDefn.EtimeResolution extends Enum<GlobalCfgDefn.EtimeResolution>
Specifies the resolution to use for operation elapsed processing time (etime) measurements.
Enum Constant and Description |
---|
MILLISECONDS
Use millisecond resolution.
|
NANOSECONDS
Use nanosecond resolution.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static GlobalCfgDefn.EtimeResolution |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlobalCfgDefn.EtimeResolution[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlobalCfgDefn.EtimeResolution MILLISECONDS
public static final GlobalCfgDefn.EtimeResolution NANOSECONDS
public static GlobalCfgDefn.EtimeResolution[] values()
for (GlobalCfgDefn.EtimeResolution c : GlobalCfgDefn.EtimeResolution.values()) System.out.println(c);
public static GlobalCfgDefn.EtimeResolution 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 String toString()
toString
in class Enum<GlobalCfgDefn.EtimeResolution>
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.