Class DefaultAttribute

  • All Implemented Interfaces:
    Attribute

    public class DefaultAttribute
    extends java.lang.Object
    implements Attribute
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultAttribute​(java.lang.String name, java.lang.String value)  
    • Method Summary

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

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

      • DefaultAttribute

        public DefaultAttribute​(java.lang.String name,
                                java.lang.String value)
    • Method Detail

      • getValue

        public java.lang.String getValue()
        Specified by:
        getValue in interface Attribute