public static enum TPM_CLOCK_ADJUST._N extends Enum<TPM_CLOCK_ADJUST._N>
| Enum Constant and Description |
|---|
COARSE_FASTER
Speed the Clock update rate by one coarse adjustment step.
|
COARSE_SLOWER
Slow the Clock update rate by one coarse adjustment step.
|
FINE_FASTER
Speed the Clock update rate by one fine adjustment step.
|
FINE_SLOWER
Slow the Clock update rate by one fine adjustment step.
|
MEDIUM_FASTER
Speed the Clock update rate by one medium adjustment step.
|
MEDIUM_SLOWER
Slow the Clock update rate by one medium adjustment step.
|
NO_CHANGE
No change to the Clock update rate.
|
| Modifier and Type | Method and Description |
|---|---|
static TPM_CLOCK_ADJUST._N |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TPM_CLOCK_ADJUST._N[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TPM_CLOCK_ADJUST._N COARSE_SLOWER
public static final TPM_CLOCK_ADJUST._N MEDIUM_SLOWER
public static final TPM_CLOCK_ADJUST._N FINE_SLOWER
public static final TPM_CLOCK_ADJUST._N NO_CHANGE
public static final TPM_CLOCK_ADJUST._N FINE_FASTER
public static final TPM_CLOCK_ADJUST._N MEDIUM_FASTER
public static final TPM_CLOCK_ADJUST._N COARSE_FASTER
public static TPM_CLOCK_ADJUST._N[] values()
for (TPM_CLOCK_ADJUST._N c : TPM_CLOCK_ADJUST._N.values()) System.out.println(c);
public static TPM_CLOCK_ADJUST._N 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 © 2017. All rights reserved.