Uses of Class
de.dlr.proseo.prodclmgr.rest.model.RestSimpleSelectionRule
Packages that use RestSimpleSelectionRule
Package
Description
Utility classes for the prosEO Product Class Manager component
-
Uses of RestSimpleSelectionRule in de.dlr.proseo.prodclmgr.rest.model
Fields in de.dlr.proseo.prodclmgr.rest.model with type parameters of type RestSimpleSelectionRuleModifier and TypeFieldDescriptionprotected List<RestSimpleSelectionRule> RestProductClass.selectionRuleThe (set of) selection rules applicable for this product classMethods in de.dlr.proseo.prodclmgr.rest.model that return types with arguments of type RestSimpleSelectionRuleModifier and TypeMethodDescription@Valid List<RestSimpleSelectionRule> RestProductClass.getSelectionRule()Returns the selectionRule.Method parameters in de.dlr.proseo.prodclmgr.rest.model with type arguments of type RestSimpleSelectionRuleModifier and TypeMethodDescriptionvoidRestProductClass.setSelectionRule(List<RestSimpleSelectionRule> selectionRule) Set the selectionRule.