Class Manifest.BaseAttribute

  • Direct Known Subclasses:
    Manifest.Attribute
    Enclosing class:
    Manifest

    public static class Manifest.BaseAttribute
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String name
      The attribute's name
    • Constructor Summary

      Constructors 
      Constructor Description
      BaseAttribute()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.String getName()
      Get the Attribute's name
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        protected java.lang.String name
        The attribute's name
    • Constructor Detail

      • BaseAttribute

        public BaseAttribute()
    • Method Detail

      • getName

        public java.lang.String getName()
        Get the Attribute's name
        Returns:
        the attribute's name.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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