Package edm.edom3

Class EDMConstants.LibraryNames

  • Enclosing interface:
    EDMConstants

    public static class EDMConstants.LibraryNames
    extends java.lang.Object
    Library names (DLL names) used for library loading. Supplied for reference, usually names are given implecit when calling EDMInterface.initSingleUser() and EDMInterface.initClient() methods.
    • Constructor Summary

      Constructors 
      Constructor Description
      LibraryNames()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • SDAI_LIBRARY_SINGLE_USER

        public static final java.lang.String SDAI_LIBRARY_SINGLE_USER
        Library name for "single user" mode.
        See Also:
        Constant Field Values
      • SDAI_LIBRARY_MULTI_THREAD

        public static final java.lang.String SDAI_LIBRARY_MULTI_THREAD
        Library name for "single user" mode.
        See Also:
        Constant Field Values
    • Constructor Detail

      • LibraryNames

        public LibraryNames()