Building Controls Virtual Test Bed
|
This class is used to create objects that have the information from the xml configuration file. More...
Public Member Functions | |
BACnetCompleteProperty (final int devInst, final String objType, final int objInst, final String proName, final String proValue, final String proAppTag, final String proPriority, final String proIndex) | |
Construct an instance that sets all properties of this object. More... | |
String | getPropertyName () |
Get the property name. More... | |
String | getPropertyValue () |
Get the property value. More... | |
String | getApplicationTag () |
Get the application tag. More... | |
String | getPropertyPriority () |
Get the property priority. More... | |
String | getPropertyIndex () |
Get the property index. More... | |
Public Member Functions inherited from bacnet.util.BACnetObject | |
BACnetObject (final int devInst, final String objType, final int objInst) | |
Construct an instance of BACnet object. More... | |
int | getDeviceInstance () |
Get the device instance. More... | |
String | getObjectType () |
Get the object type. More... | |
int | getObjectInstance () |
Get the object instance. More... | |
Protected Attributes | |
String | pro_name |
The property name. More... | |
String | value |
The property value. More... | |
String | apptag |
The application tage. More... | |
String | priority |
The priority. More... | |
String | index |
The index. More... | |
Protected Attributes inherited from bacnet.util.BACnetObject | |
int | dev_inst |
The device instance. More... | |
String | obj_type |
The object type. More... | |
int | obj_inst |
The object instance. More... | |
This class is used to create objects that have the information from the xml configuration file.
It is used to set up the arguments for reading to and writing from BACnet devices
Definition at line 86 of file BACnetCompleteProperty.java.
|
inline |
Construct an instance that sets all properties of this object.
devInst | device instance number |
objType | object type |
objInst | object instance number |
proName | name of the property |
proValue | value of the proerty |
proAppTag | application tag of the property |
proPriority | priority of the property |
proIndex | index of the property |
Definition at line 100 of file BACnetCompleteProperty.java.
References bacnet.util.BACnetCompleteProperty.apptag, bacnet.util.BACnetCompleteProperty.index, bacnet.util.BACnetCompleteProperty.priority, bacnet.util.BACnetCompleteProperty.pro_name, and bacnet.util.BACnetCompleteProperty.value.
|
inline |
Get the application tag.
Definition at line 133 of file BACnetCompleteProperty.java.
References bacnet.util.BACnetCompleteProperty.apptag.
|
inline |
Get the property index.
Definition at line 149 of file BACnetCompleteProperty.java.
References bacnet.util.BACnetCompleteProperty.index.
|
inline |
Get the property name.
Definition at line 117 of file BACnetCompleteProperty.java.
References bacnet.util.BACnetCompleteProperty.pro_name.
|
inline |
Get the property priority.
Definition at line 141 of file BACnetCompleteProperty.java.
References bacnet.util.BACnetCompleteProperty.priority.
|
inline |
Get the property value.
Definition at line 125 of file BACnetCompleteProperty.java.
References bacnet.util.BACnetCompleteProperty.value.
|
protected |
The application tage.
Definition at line 160 of file BACnetCompleteProperty.java.
Referenced by bacnet.util.BACnetCompleteProperty.BACnetCompleteProperty(), and bacnet.util.BACnetCompleteProperty.getApplicationTag().
|
protected |
The index.
Definition at line 166 of file BACnetCompleteProperty.java.
Referenced by bacnet.util.BACnetCompleteProperty.BACnetCompleteProperty(), and bacnet.util.BACnetCompleteProperty.getPropertyIndex().
|
protected |
The priority.
Definition at line 163 of file BACnetCompleteProperty.java.
Referenced by bacnet.util.BACnetCompleteProperty.BACnetCompleteProperty(), and bacnet.util.BACnetCompleteProperty.getPropertyPriority().
|
protected |
The property name.
Definition at line 154 of file BACnetCompleteProperty.java.
Referenced by bacnet.util.BACnetCompleteProperty.BACnetCompleteProperty(), and bacnet.util.BACnetCompleteProperty.getPropertyName().
|
protected |
The property value.
Definition at line 157 of file BACnetCompleteProperty.java.
Referenced by bacnet.util.BACnetCompleteProperty.BACnetCompleteProperty(), and bacnet.util.BACnetCompleteProperty.getPropertyValue().