| Building Controls Virtual Test Bed
    | 
This class stores the BACnet property name and property value array pair. More...
| Public Member Functions | |
| BACnetPropertyValue (final String propertyName, final String[] propValue) | |
| Construct an instance of a BACnet property.  More... | |
| String | getName () | 
| Get the property name.  More... | |
| String[] | getValue () | 
| Get the property value.  More... | |
| Protected Attributes | |
| String | pro_name | 
| The property name.  More... | |
| String[] | value | 
| The value of the property.  More... | |
This class stores the BACnet property name and property value array pair.
Definition at line 84 of file BACnetPropertyValue.java.
| 
 | inline | 
Construct an instance of a BACnet property.
| propertyName | name of the property | 
| propValue | value array of the property | 
Definition at line 91 of file BACnetPropertyValue.java.
References bacnet.util.BACnetPropertyValue.pro_name, and bacnet.util.BACnetPropertyValue.value.
| 
 | inline | 
Get the property name.
Definition at line 100 of file BACnetPropertyValue.java.
References bacnet.util.BACnetPropertyValue.pro_name.
| 
 | inline | 
Get the property value.
Definition at line 108 of file BACnetPropertyValue.java.
References bacnet.util.BACnetPropertyValue.value.
| 
 | protected | 
The property name.
Definition at line 113 of file BACnetPropertyValue.java.
Referenced by bacnet.util.BACnetPropertyValue.BACnetPropertyValue(), and bacnet.util.BACnetPropertyValue.getName().
| 
 | protected | 
The value of the property.
Definition at line 116 of file BACnetPropertyValue.java.
Referenced by bacnet.util.BACnetPropertyValue.BACnetPropertyValue(), and bacnet.util.BACnetPropertyValue.getValue().