|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.universaldevices.device.model.UDAction
public class UDAction
This class represents the permissible operations which could be
performed on a control UDControl
UDControl
Field Summary | |
---|---|
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 Summary | |
---|---|
UDAction(java.lang.String name,
java.lang.String label,
java.lang.String description)
Constructor |
|
UDAction(XMLElement action)
Constructor |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String name
public java.lang.String desc
public java.lang.String label
public boolean readOnly
Constructor Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |