Uses of Enum Class
org.gcube.informationsystem.model.reference.properties.PropagationConstraint.AddConstraint
Packages that use PropagationConstraint.AddConstraint
Package
Description
-
Uses of PropagationConstraint.AddConstraint in org.gcube.informationsystem.model.impl.properties
Fields in org.gcube.informationsystem.model.impl.properties declared as PropagationConstraint.AddConstraintModifier and TypeFieldDescriptionprotected PropagationConstraint.AddConstraintPropagationConstraintImpl.addConstraintThe add constraint.Methods in org.gcube.informationsystem.model.impl.properties that return PropagationConstraint.AddConstraintModifier and TypeMethodDescriptionPropagationConstraintImpl.getAddConstraint()Returns the propagation constraint for the 'add' operation.Methods in org.gcube.informationsystem.model.impl.properties with parameters of type PropagationConstraint.AddConstraintModifier and TypeMethodDescriptionvoidPropagationConstraintImpl.setAddConstraint(PropagationConstraint.AddConstraint addConstraint) Sets the propagation constraint for the 'add' operation. -
Uses of PropagationConstraint.AddConstraint in org.gcube.informationsystem.model.reference.properties
Methods in org.gcube.informationsystem.model.reference.properties that return PropagationConstraint.AddConstraintModifier and TypeMethodDescriptionPropagationConstraint.getAddConstraint()Returns the propagation constraint for the 'add' operation.Returns the enum constant of this class with the specified name.static PropagationConstraint.AddConstraint[]PropagationConstraint.AddConstraint.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.AddConstraintModifier and TypeMethodDescriptionvoidPropagationConstraint.setAddConstraint(PropagationConstraint.AddConstraint addConstraint) Sets the propagation constraint for the 'add' operation.