Class XMLUtils.ModuleAttributes

    • Field Detail

      • ns

        public URI ns
      • className

        public String className
      • uuid

        public UUID uuid
      • stateReference

        public UUID stateReference
      • templateReference

        public UUID templateReference
    • Constructor Detail

      • ModuleAttributes

        public ModuleAttributes()
    • Method Detail

      • isJavaModule

        public boolean isJavaModule()
      • fromJSON

        public void fromJSON​(String rawJSON)
      • fromJSON

        public void fromJSON​(net.sf.json.JSONObject jsonObject)
      • toJSON

        public net.sf.json.JSONObject toJSON()