Modifier and Type | Field and Description |
---|---|
java.lang.String |
desc
The description if any
|
java.lang.String |
label
The label to be used if desired
|
java.lang.String |
name
The name/code of the action
|
boolean |
readOnly
Whether or not this is a read only action
|
Constructor and Description |
---|
UDAction(java.lang.String name,
java.lang.String label,
java.lang.String description)
Constructor
|
UDAction(XMLElement action)
Constructor
|
public java.lang.String name
public java.lang.String desc
public java.lang.String label
public boolean readOnly
public UDAction(XMLElement action)
The constructor is called internally based on the configuration (XML) retrieved from the device (ISY). This class should not be used independently of the underlying UD Network and Services Layers
action
- public UDAction(java.lang.String name, java.lang.String label, java.lang.String description)
The constructor is called internally based on the configuration (XML) retrieved from the device (ISY). This class should not be used independently of the underlying UD Network and Services Layers
name
- - the name of the actionlabel
- - the labeldescription
- - the description