Package edm.edom3

Class 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.
    • Constructor Summary

      Constructors 
      Constructor 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 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
    • Constructor Detail

      • InstanceOptions

        public InstanceOptions()