Class JsonMLAttribute

  • All Implemented Interfaces:
    Attribute

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

      Constructors 
      Constructor Description
      JsonMLAttribute​(elemental.json.JsonObject jsonObject, java.lang.String name)  
    • 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

      • JsonMLAttribute

        public JsonMLAttribute​(elemental.json.JsonObject jsonObject,
                               java.lang.String name)
    • Method Detail

      • getValue

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