Package edm.edom3

Class EDMConstants.OpenModes

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int EXCLUSIVE_READ_WRITE
      Holds the defined access type for a exclusively read and write SDAI model( "fat client" only).
      static int NO_ACCESS
      Holds the defined access type for non-accessible/(closed) SDAI model.
      static int READ_ONLY
      Holds the defined access type for a read only SDAI model.
      static int READ_WRITE
      Holds the defined access type for a read and write SDAI model.
    • Constructor Summary

      Constructors 
      Constructor Description
      OpenModes()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • READ_ONLY

        public static final int READ_ONLY
        Holds the defined access type for a read only SDAI model.
        See Also:
        Constant Field Values
      • READ_WRITE

        public static final int READ_WRITE
        Holds the defined access type for a read and write SDAI model.
        See Also:
        Constant Field Values
      • EXCLUSIVE_READ_WRITE

        public static final int EXCLUSIVE_READ_WRITE
        Holds the defined access type for a exclusively read and write SDAI model( "fat client" only).
        See Also:
        Constant Field Values
      • NO_ACCESS

        public static final int NO_ACCESS
        Holds the defined access type for non-accessible/(closed) SDAI model.
        See Also:
        Constant Field Values
    • Constructor Detail

      • OpenModes

        public OpenModes()