EDMConstants.OpenModes
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 theÂEDMModel.getOpenMode()
 and theÂEDMModel.setOpenMode()
 calls, also forÂEDMRepository
.
Field Summary
FieldsÂ
Modifier and Type Field and 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 and 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()
Â