public static enum StUhf.InterrogatorModelF.UmfSingluationAlgorithm.AlgorithmType extends java.lang.Enum<StUhf.InterrogatorModelF.UmfSingluationAlgorithm.AlgorithmType>
Enum Constant and Description |
---|
Dynamic
dynamic algorithm
|
Fixed
static algorithm
|
Modifier and Type | Method and Description |
---|---|
protected static StUhf.InterrogatorModelF.UmfSingluationAlgorithm.AlgorithmType |
ValueOf(byte id) |
static StUhf.InterrogatorModelF.UmfSingluationAlgorithm.AlgorithmType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StUhf.InterrogatorModelF.UmfSingluationAlgorithm.AlgorithmType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StUhf.InterrogatorModelF.UmfSingluationAlgorithm.AlgorithmType Fixed
public static final StUhf.InterrogatorModelF.UmfSingluationAlgorithm.AlgorithmType Dynamic
public static StUhf.InterrogatorModelF.UmfSingluationAlgorithm.AlgorithmType[] values()
for (StUhf.InterrogatorModelF.UmfSingluationAlgorithm.AlgorithmType c : StUhf.InterrogatorModelF.UmfSingluationAlgorithm.AlgorithmType.values()) System.out.println(c);
public static StUhf.InterrogatorModelF.UmfSingluationAlgorithm.AlgorithmType 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 nullprotected static StUhf.InterrogatorModelF.UmfSingluationAlgorithm.AlgorithmType ValueOf(byte id)