Uses of Class
org.gcube.informationsystem.model.reference.properties.PropagationConstraint.RemoveConstraint
-
Packages that use PropagationConstraint.RemoveConstraint Package Description org.gcube.informationsystem.model.impl.properties org.gcube.informationsystem.model.reference.properties -
-
Uses of PropagationConstraint.RemoveConstraint in org.gcube.informationsystem.model.impl.properties
Fields in org.gcube.informationsystem.model.impl.properties declared as PropagationConstraint.RemoveConstraint Modifier and Type Field Description protected PropagationConstraint.RemoveConstraintPropagationConstraintImpl. removeConstraintMethods in org.gcube.informationsystem.model.impl.properties that return PropagationConstraint.RemoveConstraint Modifier and Type Method Description PropagationConstraint.RemoveConstraintPropagationConstraintImpl. getRemoveConstraint()Methods in org.gcube.informationsystem.model.impl.properties with parameters of type PropagationConstraint.RemoveConstraint Modifier and Type Method Description voidPropagationConstraintImpl. setRemoveConstraint(PropagationConstraint.RemoveConstraint removeConstraint) -
Uses of PropagationConstraint.RemoveConstraint in org.gcube.informationsystem.model.reference.properties
Methods in org.gcube.informationsystem.model.reference.properties that return PropagationConstraint.RemoveConstraint Modifier and Type Method Description PropagationConstraint.RemoveConstraintPropagationConstraint. getRemoveConstraint()static PropagationConstraint.RemoveConstraintPropagationConstraint.RemoveConstraint. valueOf(String name)Returns the enum constant of this type with the specified name.static PropagationConstraint.RemoveConstraint[]PropagationConstraint.RemoveConstraint. 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.RemoveConstraint Modifier and Type Method Description voidPropagationConstraint. setRemoveConstraint(PropagationConstraint.RemoveConstraint removeConstraint)
-