Uses of Enum Class
org.openehealth.ipf.commons.ihe.xds.core.requests.query.QueryReturnType
Packages that use QueryReturnType
Package
Description
-
Uses of QueryReturnType in org.openehealth.ipf.commons.ihe.xds.core.requests
Methods in org.openehealth.ipf.commons.ihe.xds.core.requests that return QueryReturnTypeMethods in org.openehealth.ipf.commons.ihe.xds.core.requests with parameters of type QueryReturnTypeConstructors in org.openehealth.ipf.commons.ihe.xds.core.requests with parameters of type QueryReturnType -
Uses of QueryReturnType in org.openehealth.ipf.commons.ihe.xds.core.requests.query
Methods in org.openehealth.ipf.commons.ihe.xds.core.requests.query that return QueryReturnTypeModifier and TypeMethodDescriptionstatic QueryReturnType
Returns the enum constant of this class with the specified name.static QueryReturnType
QueryReturnType.valueOfCode
(String code) static QueryReturnType[]
QueryReturnType.values()
Returns an array containing the constants of this enum class, in the order they are declared.