Uses of Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.SearchRequest.SearchScope
-
Packages that use SearchRequest.SearchScope Package Description org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 -
-
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.SearchScope Modifier and Type Field Description protected SearchRequest.SearchScopeSearchRequest. scopeMethods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return SearchRequest.SearchScope Modifier and Type Method Description static SearchRequest.SearchScopeSearchRequest.SearchScope. fromValue(String v)SearchRequest.SearchScopeSearchRequest. getScope()Gets the value of the scope property.static SearchRequest.SearchScopeSearchRequest.SearchScope. valueOf(String name)Returns 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.SearchScope Modifier and Type Method Description voidSearchRequest. setScope(SearchRequest.SearchScope value)Sets the value of the scope property.
-