public static enum TPMA_LOCALITY._N extends Enum<TPMA_LOCALITY._N>
| Enum Constant and Description |
|---|
Extended_BIT_0
If any of these bits is set, an extended locality is indicated
|
Extended_BIT_1 |
Extended_BIT_2 |
LOC_FOUR |
LOC_ONE |
LOC_THREE |
LOC_TWO |
LOC_ZERO |
| Modifier and Type | Method and Description |
|---|---|
static TPMA_LOCALITY._N |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TPMA_LOCALITY._N[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TPMA_LOCALITY._N LOC_ZERO
public static final TPMA_LOCALITY._N LOC_ONE
public static final TPMA_LOCALITY._N LOC_TWO
public static final TPMA_LOCALITY._N LOC_THREE
public static final TPMA_LOCALITY._N LOC_FOUR
public static final TPMA_LOCALITY._N Extended_BIT_0
public static final TPMA_LOCALITY._N Extended_BIT_1
public static final TPMA_LOCALITY._N Extended_BIT_2
public static TPMA_LOCALITY._N[] values()
for (TPMA_LOCALITY._N c : TPMA_LOCALITY._N.values()) System.out.println(c);
public static TPMA_LOCALITY._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.