Package edm.edom3
Class EDMConstants.OpenModes
- java.lang.Object
-
- edm.edom3.EDMConstants.OpenModes
-
- Enclosing interface:
- EDMConstants
public static class EDMConstants.OpenModes extends java.lang.Object
Codes used in theEDMModel.getOpenMode()
and theEDMModel.setOpenMode()
calls, also forEDMRepository
.
-
-
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()
-
-
-
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
-
-