Uses of Enum
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.SearchRequest.SearchScope
Packages that use SearchRequest.SearchScope
-
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.SearchScopeSearchRequest.getScope()Gets the value of the scope property.static SearchRequest.SearchScopeReturns the enum constant of this type with the specified name.static SearchRequest.SearchScope[]SearchRequest.SearchScope.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 with parameters of type SearchRequest.SearchScopeModifier and TypeMethodDescriptionvoidSearchRequest.setScope(SearchRequest.SearchScope value) Sets the value of the scope property.