Class ExtraLicense


  • public class ExtraLicense
    extends Extra
    • Constructor Summary

      Constructors 
      Constructor Description
      ExtraLicense()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> get()  
      License getValue()  
      void set​(java.lang.String name, java.lang.Object value)  
      void setValue​(License value)  
      • Methods inherited from class java.lang.Object

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

      • ExtraLicense

        public ExtraLicense()
    • Method Detail

      • setValue

        public void setValue​(License value)
      • set

        public void set​(java.lang.String name,
                        java.lang.Object value)
      • get

        public java.util.Map<java.lang.String,​java.lang.Object> get()