Uses of Class
org.gcube.informationsystem.model.reference.properties.PropagationConstraint.AddConstraint
-
Packages that use PropagationConstraint.AddConstraint Package Description org.gcube.informationsystem.model.impl.properties org.gcube.informationsystem.model.reference.properties -
-
Uses of PropagationConstraint.AddConstraint in org.gcube.informationsystem.model.impl.properties
Fields in org.gcube.informationsystem.model.impl.properties declared as PropagationConstraint.AddConstraint Modifier and Type Field Description protected PropagationConstraint.AddConstraintPropagationConstraintImpl. addConstraintThe add constraint.Methods in org.gcube.informationsystem.model.impl.properties that return PropagationConstraint.AddConstraint Modifier and Type Method Description PropagationConstraint.AddConstraintPropagationConstraintImpl. getAddConstraint()Returns the propagation constraint for the 'add' operation.Methods in org.gcube.informationsystem.model.impl.properties with parameters of type PropagationConstraint.AddConstraint Modifier and Type Method Description voidPropagationConstraintImpl. 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.AddConstraint Modifier and Type Method Description PropagationConstraint.AddConstraintPropagationConstraint. getAddConstraint()Returns the propagation constraint for the 'add' operation.static PropagationConstraint.AddConstraintPropagationConstraint.AddConstraint. valueOf(String name)Returns the enum constant of this type with the specified name.static PropagationConstraint.AddConstraint[]PropagationConstraint.AddConstraint. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.informationsystem.model.reference.properties with parameters of type PropagationConstraint.AddConstraint Modifier and Type Method Description voidPropagationConstraint. setAddConstraint(PropagationConstraint.AddConstraint addConstraint)Sets the propagation constraint for the 'add' operation.
-