public static enum TimeSample.Confidence extends Enum<TimeSample.Confidence>
TimeSource vouches for a reading.This is the source's own opinion of its reading; it is advisory only. The licensing engine is free to weight, combine, or ignore it.
| Enum Constant and Description |
|---|
HIGHA strong, externally-disciplined reading (e.g. |
LOWA weak or best-effort reading; use only as a last resort. |
MEDIUMA plausible but unverified reading (e.g. |
| Modifier and Type | Method and Description |
|---|---|
static TimeSample.Confidence | valueOf(String name)Returns the enum constant of this type with the specified name. |
static TimeSample.Confidence[] | values()Returns an array containing the constants of this enum type, in the order they are declared. |
public static final TimeSample.Confidence HIGH
public static final TimeSample.Confidence MEDIUM
public static final TimeSample.Confidence LOW
public static TimeSample.Confidence[] values()
for (TimeSample.Confidence c : TimeSample.Confidence.values()) System.out.println(c);
public static TimeSample.Confidence 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 nullPhantom® and NetPhantom® are registered trademarks of Mindus SARL.
© 2026 Mindus SARL. All rights reserved.