public static enum TPM_PS._N extends Enum<TPM_PS._N>
| Enum Constant and Description |
|---|
AUTHENTICATION
Authentication WG
|
CELL_PHONE
Cell Phone
|
EMBEDDED
Embedded WG
|
HARDCOPY
Hardcopy WG
|
INFRASTRUCTURE
Infrastructure WG
|
MAIN
not platform specific
|
MULTI_TENANT
Multi-tenant WG
|
PC
PC Client
|
PDA
PDA (includes all mobile devices that are not specifically cell phones)
|
PERIPHERAL
Peripheral WG
|
SERVER
Server WG
|
STORAGE
Storage WG
|
TC
Technical Committee
|
TNC
Trusted Network Connect WG
|
TSS
tss WG
|
VIRTUALIZATION
Virtualization WG
|
| Modifier and Type | Method and Description |
|---|---|
static TPM_PS._N |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TPM_PS._N[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TPM_PS._N MAIN
public static final TPM_PS._N PC
public static final TPM_PS._N PDA
public static final TPM_PS._N CELL_PHONE
public static final TPM_PS._N SERVER
public static final TPM_PS._N PERIPHERAL
public static final TPM_PS._N TSS
public static final TPM_PS._N STORAGE
public static final TPM_PS._N AUTHENTICATION
public static final TPM_PS._N EMBEDDED
public static final TPM_PS._N HARDCOPY
public static final TPM_PS._N INFRASTRUCTURE
public static final TPM_PS._N VIRTUALIZATION
public static final TPM_PS._N TNC
public static final TPM_PS._N MULTI_TENANT
public static final TPM_PS._N TC
public static TPM_PS._N[] values()
for (TPM_PS._N c : TPM_PS._N.values()) System.out.println(c);
public static TPM_PS._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.