public static enum CapabilityRemoteControl.AttributeId extends java.lang.Enum<CapabilityRemoteControl.AttributeId> implements Capability.AttributeId
CapabilityRemoteControl.| Enum Constant and Description |
|---|
APPLIANCE_LIST |
CATEGORY_ID_ARR |
MAX_APPLIANCE_COUNT |
MAX_BUTTON_COUNT |
SUPPORTED_PROGRAM_MODES_ARR |
| Modifier and Type | Method and Description |
|---|---|
Capability.CapabilityId |
getCapabilityId() |
static CapabilityRemoteControl.AttributeId |
getEnum(int index) |
int |
getInt() |
static CapabilityRemoteControl.AttributeId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CapabilityRemoteControl.AttributeId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CapabilityRemoteControl.AttributeId SUPPORTED_PROGRAM_MODES_ARR
public static final CapabilityRemoteControl.AttributeId MAX_APPLIANCE_COUNT
public static final CapabilityRemoteControl.AttributeId CATEGORY_ID_ARR
public static final CapabilityRemoteControl.AttributeId APPLIANCE_LIST
public static final CapabilityRemoteControl.AttributeId MAX_BUTTON_COUNT
public static CapabilityRemoteControl.AttributeId[] values()
for (CapabilityRemoteControl.AttributeId c : CapabilityRemoteControl.AttributeId.values()) System.out.println(c);
public static CapabilityRemoteControl.AttributeId 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 static CapabilityRemoteControl.AttributeId getEnum(int index)
public int getInt()
getInt in interface CommandIdInterfacepublic Capability.CapabilityId getCapabilityId()
getCapabilityId in interface Capability.AttributeId