Class Bam.BamCodeLabel

  • Enclosing class:
    Bam

    public class Bam.BamCodeLabel
    extends java.lang.Object
    Code and label
    • Constructor Summary

      Constructors 
      Constructor Description
      BamCodeLabel​(java.lang.String c, java.lang.String l)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCode()
      Get code
      java.lang.String getLabel()
      Get label
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BamCodeLabel

        public BamCodeLabel​(java.lang.String c,
                            java.lang.String l)
        Constructor
        Parameters:
        c - Code
        l - Label
    • Method Detail

      • getCode

        public java.lang.String getCode()
        Get code
        Returns:
        Code
      • getLabel

        public java.lang.String getLabel()
        Get label
        Returns:
        Label