Uses of Enum Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.SearchRequest.SearchScope
Packages that use SearchRequest.SearchScope
Package
Description
-
Uses of SearchRequest.SearchScope in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2
Fields in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 declared as SearchRequest.SearchScopeMethods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return SearchRequest.SearchScopeModifier and TypeMethodDescriptionstatic SearchRequest.SearchScope
SearchRequest.getScope()
Gets the value of the scope property.static SearchRequest.SearchScope
Returns the enum constant of this class with the specified name.static SearchRequest.SearchScope[]
SearchRequest.SearchScope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 with parameters of type SearchRequest.SearchScopeModifier and TypeMethodDescriptionvoid
SearchRequest.setScope
(SearchRequest.SearchScope value) Sets the value of the scope property. -
Uses of SearchRequest.SearchScope in org.openehealth.ipf.commons.ihe.hpd.stub.json
Methods in org.openehealth.ipf.commons.ihe.hpd.stub.json that return SearchRequest.SearchScopeMethods in org.openehealth.ipf.commons.ihe.hpd.stub.json with parameters of type SearchRequest.SearchScopeModifier and TypeMethodDescriptionvoid
SearchRequestIntermediary.setScope
(SearchRequest.SearchScope value)