Package edm.edom3
Class EDMConstants.InstanceOptions
- java.lang.Object
-
- edm.edom3.EDMConstants.InstanceOptions
-
- Enclosing interface:
- EDMConstants
public static class EDMConstants.InstanceOptions extends java.lang.Object
Class for options controlling instance delete etc. See for exampleEDMInstance.delete()
operation.
-
-
Field Summary
Fields Modifier and Type Field Description static int
DELETE_INSTANCE
Delete instance onlystatic int
DELETE_INSTANCE_AND_REFERENCES
Delete instance and referencesstatic int
DELETE_INSTANCE_REFERENCES
Delete instance references only
-
Constructor Summary
Constructors Constructor Description InstanceOptions()
-
-
-
Field Detail
-
DELETE_INSTANCE
public static final int DELETE_INSTANCE
Delete instance only- See Also:
- Constant Field Values
-
DELETE_INSTANCE_REFERENCES
public static final int DELETE_INSTANCE_REFERENCES
Delete instance references only- See Also:
- Constant Field Values
-
DELETE_INSTANCE_AND_REFERENCES
public static final int DELETE_INSTANCE_AND_REFERENCES
Delete instance and references- See Also:
- Constant Field Values
-
-