public static enum NameUnionTagValues._N extends Enum<NameUnionTagValues._N>
| Enum Constant and Description |
|---|
TAG_TPMU_NAME_TPM_HANDLE |
TAG_TPMU_NAME_TPMT_HA |
| Modifier and Type | Method and Description |
|---|---|
static NameUnionTagValues._N |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NameUnionTagValues._N[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NameUnionTagValues._N TAG_TPMU_NAME_TPMT_HA
public static final NameUnionTagValues._N TAG_TPMU_NAME_TPM_HANDLE
public static NameUnionTagValues._N[] values()
for (NameUnionTagValues._N c : NameUnionTagValues._N.values()) System.out.println(c);
public static NameUnionTagValues._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.