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