Class ExecutionInfoBase

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ExecutionInfoBase​(java.lang.String type, java.lang.String subtype, Component comp, java.lang.String note)  
    • Constructor Detail

      • ExecutionInfoBase

        protected ExecutionInfoBase​(java.lang.String type,
                                    java.lang.String subtype,
                                    Component comp,
                                    java.lang.String note)
    • Method Detail

      • getType

        public java.lang.String getType()
        Description copied from interface: ExecutionInfo
        the type of this info
        Specified by:
        getType in interface ExecutionInfo
      • getNote

        public java.lang.String getNote()
        Description copied from interface: ExecutionInfo
        the note of this info
        Specified by:
        getNote in interface ExecutionInfo
      • getSubtype

        public java.lang.String getSubtype()
      • put

        protected static void put​(JSONObject json,
                                  java.lang.String prop,
                                  java.lang.Object val)
      • putEssential

        protected static void putEssential​(JSONObject json,
                                           java.lang.String prop,
                                           java.lang.Object val)
      • toString

        protected static java.lang.String toString​(java.lang.Object value,
                                                   int len)