public static enum UhfH.SafetyProperty extends java.lang.Enum<UhfH.SafetyProperty>
Enum Constant and Description |
---|
Identity_noSafe_Communication
identity & no safe communication
|
Identity_Safe_Communication
identity & safe communication
|
noIdentity
no identity
|
Reserve
reserve
|
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static UhfH.SafetyProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UhfH.SafetyProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UhfH.SafetyProperty Reserve
public static final UhfH.SafetyProperty noIdentity
public static final UhfH.SafetyProperty Identity_noSafe_Communication
public static final UhfH.SafetyProperty Identity_Safe_Communication
public static UhfH.SafetyProperty[] values()
for (UhfH.SafetyProperty c : UhfH.SafetyProperty.values()) System.out.println(c);
public static UhfH.SafetyProperty valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()