public static enum IV1Configuration.TrackingLevel extends Enum<IV1Configuration.TrackingLevel>
| Enum Constant and Description |
|---|
Mix
Track Detail Estimate and ToDo at both the PrimaryWorkitem and the Task/Test levels
|
Off
Track Detail Estimate and ToDo at Task/Test level only
|
On
Track Detail Estimate and ToDo at PrimaryWorkitem level only
|
| Modifier and Type | Method and Description |
|---|---|
static IV1Configuration.TrackingLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IV1Configuration.TrackingLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IV1Configuration.TrackingLevel On
public static final IV1Configuration.TrackingLevel Off
public static final IV1Configuration.TrackingLevel Mix
public static IV1Configuration.TrackingLevel[] values()
for (IV1Configuration.TrackingLevel c : IV1Configuration.TrackingLevel.values()) System.out.println(c);
public static IV1Configuration.TrackingLevel 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 © 2021 VersionOne, Inc.. All rights reserved.