Class ZigBeeBag

  • All Implemented Interfaces:
    ZCLDataTypeDescription

    public class ZigBeeBag
    extends java.lang.Object
    implements ZCLDataTypeDescription
    A singleton class that represents the 'Bag' data type, as it is defined in the ZigBee Cluster Library specification.
    Author:
    $Id: b50fe61bb4fe53b0c5f06b603532de18d6910484 $
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      short getId()
      Returns the data type identifier.
      static ZigBeeBag getInstance()
      Gets a singleton instance of this class.
      java.lang.Class<?> getJavaDataType()
      Returns the corresponding Java type class.
      java.lang.String getName()
      Returns the associated data type name.
      boolean isAnalog()
      Checks if the data type is analog.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getInstance

        public static ZigBeeBag getInstance()
        Gets a singleton instance of this class.
        Returns:
        the singleton instance.
      • getId

        public short getId()
        Description copied from interface: ZCLDataTypeDescription
        Returns the data type identifier.
        Specified by:
        getId in interface ZCLDataTypeDescription
        Returns:
        the data type identifier. The data types identifiers supported by this specification are defined in the ZigBeeDataTypes interface.