EDMConstants.InstanceOptions
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 exampleÂEDMInstance.delete()
 operation.
Field Summary
FieldsÂ
Modifier and Type Field and 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 and Description InstanceOptions()
Â
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
DELETE_INSTANCE
public static final int DELETE_INSTANCE
Delete instance onlySee Also:Constant Field Values
DELETE_INSTANCE_REFERENCES
public static final int DELETE_INSTANCE_REFERENCES
Delete instance references onlySee Also:Constant Field Values
DELETE_INSTANCE_AND_REFERENCES
public static final int DELETE_INSTANCE_AND_REFERENCES
Delete instance and referencesSee Also:Constant Field Values
Constructor Detail
InstanceOptions
public InstanceOptions()