Class Attribute


  • public class Attribute
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      byte[] name  
      byte[] value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Attribute()  
      Attribute​(byte[] name, byte[] value)  
    • Field Detail

      • name

        public byte[] name
      • value

        public byte[] value
    • Constructor Detail

      • Attribute

        public Attribute()
      • Attribute

        public Attribute​(byte[] name,
                         byte[] value)
    • Method Detail

      • cloneAttribute

        public Attribute cloneAttribute()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object