Building Controls Virtual Test Bed
bacnet.util.BACnetPropertyValue Class Reference

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...
 

Detailed Description

This class stores the BACnet property name and property value array pair.

Author
Zhengwei Li

Definition at line 84 of file BACnetPropertyValue.java.

Constructor & Destructor Documentation

bacnet.util.BACnetPropertyValue.BACnetPropertyValue ( final String  propertyName,
final String[]  propValue 
)
inline

Construct an instance of a BACnet property.

Parameters
propertyNamename of the property
propValuevalue array of the property

Definition at line 91 of file BACnetPropertyValue.java.

References bacnet.util.BACnetPropertyValue.pro_name, and bacnet.util.BACnetPropertyValue.value.

Member Function Documentation

String bacnet.util.BACnetPropertyValue.getName ( )
inline

Get the property name.

Returns
the property name

Definition at line 100 of file BACnetPropertyValue.java.

References bacnet.util.BACnetPropertyValue.pro_name.

String [] bacnet.util.BACnetPropertyValue.getValue ( )
inline

Get the property value.

Returns
the property value

Definition at line 108 of file BACnetPropertyValue.java.

References bacnet.util.BACnetPropertyValue.value.

Member Data Documentation

String bacnet.util.BACnetPropertyValue.pro_name
protected
String [] bacnet.util.BACnetPropertyValue.value
protected

The documentation for this class was generated from the following file: