public static enum ParameterDescription.SET_TYPES extends Enum<ParameterDescription.SET_TYPES>
LINK
will actually use the device address of the link target as name, see
DeviceDescription.getParamsets().| Modifier and Type | Method and Description |
|---|---|
static ParameterDescription.SET_TYPES |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterDescription.SET_TYPES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParameterDescription.SET_TYPES MASTER
public static final ParameterDescription.SET_TYPES LINK
public static final ParameterDescription.SET_TYPES VALUES
public static ParameterDescription.SET_TYPES[] values()
for (ParameterDescription.SET_TYPES c : ParameterDescription.SET_TYPES.values()) System.out.println(c);
public static ParameterDescription.SET_TYPES 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 © 2018. All rights reserved.