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

This class is used to create objects that have the information from the xml configuration file. More...

Inheritance diagram for bacnet.util.BACnetCompleteProperty:
Collaboration diagram for bacnet.util.BACnetCompleteProperty:

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

Detailed Description

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

Author
Zhenngwei Li

Definition at line 86 of file BACnetCompleteProperty.java.

Constructor & Destructor Documentation

bacnet.util.BACnetCompleteProperty.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 
)
inline

Construct an instance that sets all properties of this object.

Parameters
devInstdevice instance number
objTypeobject type
objInstobject instance number
proNamename of the property
proValuevalue of the proerty
proAppTagapplication tag of the property
proPrioritypriority of the property
proIndexindex 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.

Member Function Documentation

String bacnet.util.BACnetCompleteProperty.getApplicationTag ( )
inline

Get the application tag.

Returns
the application tag

Definition at line 133 of file BACnetCompleteProperty.java.

References bacnet.util.BACnetCompleteProperty.apptag.

String bacnet.util.BACnetCompleteProperty.getPropertyIndex ( )
inline

Get the property index.

Returns
the property index

Definition at line 149 of file BACnetCompleteProperty.java.

References bacnet.util.BACnetCompleteProperty.index.

String bacnet.util.BACnetCompleteProperty.getPropertyName ( )
inline

Get the property name.

Returns
the property name

Definition at line 117 of file BACnetCompleteProperty.java.

References bacnet.util.BACnetCompleteProperty.pro_name.

String bacnet.util.BACnetCompleteProperty.getPropertyPriority ( )
inline

Get the property priority.

Returns
the property priority

Definition at line 141 of file BACnetCompleteProperty.java.

References bacnet.util.BACnetCompleteProperty.priority.

String bacnet.util.BACnetCompleteProperty.getPropertyValue ( )
inline

Get the property value.

Returns
the property value

Definition at line 125 of file BACnetCompleteProperty.java.

References bacnet.util.BACnetCompleteProperty.value.

Member Data Documentation

String bacnet.util.BACnetCompleteProperty.apptag
protected
String bacnet.util.BACnetCompleteProperty.index
protected
String bacnet.util.BACnetCompleteProperty.priority
protected
String bacnet.util.BACnetCompleteProperty.pro_name
protected
String bacnet.util.BACnetCompleteProperty.value
protected

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