Uses of Enum Class
org.gcube.informationsystem.model.reference.properties.PropagationConstraint.DeleteConstraint
Packages that use PropagationConstraint.DeleteConstraint
Package
Description
-
Uses of PropagationConstraint.DeleteConstraint in org.gcube.informationsystem.model.impl.properties
Fields in org.gcube.informationsystem.model.impl.properties declared as PropagationConstraint.DeleteConstraintModifier and TypeFieldDescriptionprotected PropagationConstraint.DeleteConstraintPropagationConstraintImpl.deleteConstraintThe delete constraint.Methods in org.gcube.informationsystem.model.impl.properties that return PropagationConstraint.DeleteConstraintModifier and TypeMethodDescriptionPropagationConstraintImpl.getDeleteConstraint()Returns the propagation constraint for the 'delete' operation.Methods in org.gcube.informationsystem.model.impl.properties with parameters of type PropagationConstraint.DeleteConstraintModifier and TypeMethodDescriptionvoidPropagationConstraintImpl.setDeleteConstraint(PropagationConstraint.DeleteConstraint deleteConstraint) Sets the propagation constraint for the 'delete' operation. -
Uses of PropagationConstraint.DeleteConstraint in org.gcube.informationsystem.model.reference.properties
Methods in org.gcube.informationsystem.model.reference.properties that return PropagationConstraint.DeleteConstraintModifier and TypeMethodDescriptionPropagationConstraint.getDeleteConstraint()Returns the propagation constraint for the 'delete' operation.Returns the enum constant of this class with the specified name.PropagationConstraint.DeleteConstraint.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.gcube.informationsystem.model.reference.properties with parameters of type PropagationConstraint.DeleteConstraintModifier and TypeMethodDescriptionvoidPropagationConstraint.setDeleteConstraint(PropagationConstraint.DeleteConstraint deleteConstraint) Sets the propagation constraint for the 'delete' operation.