org.universAAL.lddi.knx.utils
Class KnxGroupAddress

Package class diagram package KnxGroupAddress
java.lang.Object
  extended by org.universAAL.lddi.knx.utils.KnxGroupAddress

public class KnxGroupAddress
extends Object


Constructor Summary
KnxGroupAddress(String dpt, String groupAddress, String name)
           
KnxGroupAddress(String dpt, String groupAddress, String name, String description, String comment, String bpType, String bpName, String bpDescription)
           
 
Method Summary
 String getCommand()
           
 String getDescription()
           
 String getDpt()
           
 String getDptMain()
           
 String getDptSub()
           
 String getGroupAddress()
           
 Boolean getImportGA()
           
 String getName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KnxGroupAddress

public KnxGroupAddress(String dpt,
                       String groupAddress,
                       String name)

KnxGroupAddress

public KnxGroupAddress(String dpt,
                       String groupAddress,
                       String name,
                       String description,
                       String comment,
                       String bpType,
                       String bpName,
                       String bpDescription)
Parameters:
name -
groupAddress -
dpt -
command -
importGA -
description -
bpType -
bpName -
bpDescription -
Method Detail

getDescription

public String getDescription()
Returns:
description of KNX groupDevice

getName

public String getName()
Returns:
name of the KNX groupDevice

getGroupAddress

public String getGroupAddress()
Returns:
group address as String in format "M/L/D"

getDpt

public String getDpt()
Returns:
datapoint type of the KNX groupDevice

toString

public String toString()
Overrides:
toString in class Object
Returns:
name, group address, datapoint type and of the KNX groupDevice

getDptMain

public String getDptMain()
Returns:
main datapoint type number of the KNX groupDevice

getDptSub

public String getDptSub()
Returns:
sub datapoint type number of the KNX groupDevice

getImportGA

public Boolean getImportGA()

getCommand

public String getCommand()


Copyright © 2014 universAAL Consortium. All Rights Reserved.