Interface CompoundDatatype

    • Method Detail

      • setComponent

        void setComponent​(int cmpId,
                          Property cmpnValue,
                          boolean bIsDefault)
        Sets a component of the compound datatype.
        Parameters:
        cmpId - ID of the component
        cmpnValue - value of the component
        bIsDefault - Indicates if it's the default value
      • getComponent

        Property getComponent​(int cmpId)
        Returns a component of the compound datatype.
        Parameters:
        cmpId - ID of the component
        Returns:
        the value of the component