Class Attribute

  • All Implemented Interfaces:
    Cloneable

    public class Attribute
    extends Object
    implements Cloneable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      String name  
      String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Attribute​(String name, String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Object clone()  
      String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • name

        public final String name
      • value

        public final String value
    • Constructor Detail

      • Attribute

        public Attribute​(String name,
                         String value)
    • Method Detail

      • toString

        public String toString()
        Overrides:
        toString in class Object
      • clone

        public Object clone()
                     throws CloneNotSupportedException
        Overrides:
        clone in class Object
        Throws:
        CloneNotSupportedException