public static enum TPM_SPEC._N extends Enum<TPM_SPEC._N>
| Enum Constant and Description |
|---|
DAY_OF_YEAR
the day of the year (February 24, 2017)
|
FAMILY
ASCII 2.0 with null terminator
|
LEVEL
the level number for the specification
|
VERSION
the version number of the spec (001.42 * 100)
|
YEAR
the year of the version
|
| Modifier and Type | Method and Description |
|---|---|
static TPM_SPEC._N |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TPM_SPEC._N[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TPM_SPEC._N FAMILY
public static final TPM_SPEC._N LEVEL
public static final TPM_SPEC._N VERSION
public static final TPM_SPEC._N YEAR
public static final TPM_SPEC._N DAY_OF_YEAR
public static TPM_SPEC._N[] values()
for (TPM_SPEC._N c : TPM_SPEC._N.values()) System.out.println(c);
public static TPM_SPEC._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.