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