Uses of Enum Class
org.gcube.informationsystem.model.reference.properties.PropagationConstraint.RemoveConstraint
Packages that use PropagationConstraint.RemoveConstraint
Package
Description
-
Uses of PropagationConstraint.RemoveConstraint in org.gcube.informationsystem.model.impl.properties
Fields in org.gcube.informationsystem.model.impl.properties declared as PropagationConstraint.RemoveConstraintModifier and TypeFieldDescriptionprotected PropagationConstraint.RemoveConstraintPropagationConstraintImpl.removeConstraintThe remove constraint.Methods in org.gcube.informationsystem.model.impl.properties that return PropagationConstraint.RemoveConstraintModifier and TypeMethodDescriptionPropagationConstraintImpl.getRemoveConstraint()Returns the propagation constraint for the 'remove' operation.Methods in org.gcube.informationsystem.model.impl.properties with parameters of type PropagationConstraint.RemoveConstraintModifier and TypeMethodDescriptionvoidPropagationConstraintImpl.setRemoveConstraint(PropagationConstraint.RemoveConstraint removeConstraint) Sets the propagation constraint for the 'remove' operation. -
Uses of PropagationConstraint.RemoveConstraint in org.gcube.informationsystem.model.reference.properties
Methods in org.gcube.informationsystem.model.reference.properties that return PropagationConstraint.RemoveConstraintModifier and TypeMethodDescriptionPropagationConstraint.getRemoveConstraint()Returns the propagation constraint for the 'remove' operation.Returns the enum constant of this class with the specified name.PropagationConstraint.RemoveConstraint.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.RemoveConstraintModifier and TypeMethodDescriptionvoidPropagationConstraint.setRemoveConstraint(PropagationConstraint.RemoveConstraint removeConstraint) Sets the propagation constraint for the 'remove' operation.