public class DeviceCommandNamespace extends java.lang.Object implements IDeviceCommandNamespace
Constructor and Description |
---|
DeviceCommandNamespace() |
Modifier and Type | Method and Description |
---|---|
java.util.List<IDeviceCommand> |
getCommands()
List of commands in namespace.
|
java.lang.String |
getValue()
Namespace value.
|
void |
setCommands(java.util.List<IDeviceCommand> commands) |
void |
setValue(java.lang.String value) |
public java.lang.String getValue()
IDeviceCommandNamespace
getValue
in interface IDeviceCommandNamespace
public void setValue(java.lang.String value)
public java.util.List<IDeviceCommand> getCommands()
IDeviceCommandNamespace
getCommands
in interface IDeviceCommandNamespace
public void setCommands(java.util.List<IDeviceCommand> commands)