protected static enum PlanElementBase.ClockType extends Enum<PlanElementBase.ClockType>
PlanElementBase.StartClock(ClockType)
and PlanElementBase.StopClock(ClockType)| Enum Constant and Description |
|---|
Call
Sub Calls time
|
Children
Timing the children of the element
|
Finilization
Finalization timing
|
Init
Initialization timing
|
Total
The Total time
|
| Modifier and Type | Method and Description |
|---|---|
static PlanElementBase.ClockType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanElementBase.ClockType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlanElementBase.ClockType Init
public static final PlanElementBase.ClockType Finilization
public static final PlanElementBase.ClockType Children
public static final PlanElementBase.ClockType Total
public static final PlanElementBase.ClockType Call
public static PlanElementBase.ClockType[] values()
for (PlanElementBase.ClockType c : PlanElementBase.ClockType.values()) System.out.println(c);
public static PlanElementBase.ClockType 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 © 2015. All Rights Reserved.