Class SequencerSource


  • public class SequencerSource
    extends Object
    This class define a sequencer source.
    Since:
    3.0
    Author:
    Laurent Jourdren
    • Method Detail

      • getId

        public String getId()
        Get the identifier of the sequencer.
        Returns:
        the identifier of the sequencer
      • getManufacturer

        public String getManufacturer()
        Get the manufacturer of the sequencer.
        Returns:
        the manufacturer of the sequencer
      • getModel

        public String getModel()
        Get the model of the sequencer.
        Returns:
        the model of the sequencer
      • getSerialNumber

        public String getSerialNumber()
        Get the serial number of the sequencer.
        Returns:
        the serial number of the sequencer
      • getDescription

        public String getDescription()
        Get the description of the sequencer.
        Returns:
        the description of the sequencer
      • unknownSequencerSource

        public static final SequencerSource unknownSequencerSource()