Class OA2Module

  • All Implemented Interfaces:
    Serializable, Cloneable, org.qdl_lang.state.XThing

    public class OA2Module
    extends ClaimsModule
    Deprecated.
    Use ClaimsModule instead
    This was removed but caused some error messages for older stored workspaces. Recreated to stop that, but the ClaimsModule is much better than the original version of this and scripts etc. should use that instead.

    Created by Jeff Gaynor
    on 7/10/23 at 6:29 AM

    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.qdl_lang.extensions.JavaModule

        funcs, vars
      • Fields inherited from class org.qdl_lang.expressions.module.Module

        FDOC_CONVERT
    • Constructor Summary

      Constructors 
      Constructor Description
      OA2Module()
      Deprecated.
       
    • Method Summary

      • Methods inherited from class org.qdl_lang.extensions.JavaModule

        addFunctions, addVariables, createDefaultDocs, deserializeFromJSON, deserializeStates, getClassname, getDocumentation, getListByTag, getLoaderClassName, getMetaClass, hasMetaClass, init, init, isExternal, serializeToJSON, setClassName, setDocumentation, setLoaderClassName, setMetaClass, toString, writeExtraXMLAttributes
      • Methods inherited from class org.qdl_lang.expressions.module.Module

        fromJSON, fromXML, fromXML, getAlias, getId, getInheritMode, getKey, getListByTag, getMTKey, getName, getNamespace, getParentInstanceAlias, getParentInstanceID, getParentTemplateID, getState, isTemplate, isUsed, readExtraXMLAttributes, readExtraXMLElements, setAlias, setDescription, setId, setInheritanceMode, setNamespace, setParentInstanceAlias, setParentInstanceID, setParentTemplateID, setState, setTemplate, setupModule, setUsed, toJSON, toXML, toXML, toXML2, writeExtraXMLElements
    • Constructor Detail

      • OA2Module

        public OA2Module()
        Deprecated.