
Uses of Enum Class
ca.uhn.fhir.rest.param.ParamPrefixEnum
Packages that use ParamPrefixEnum
-
Uses of ParamPrefixEnum in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient with parameters of type ParamPrefixEnumModifier and TypeMethodDescriptionNumberClientParam.withPrefix(ParamPrefixEnum thePrefix) QuantityClientParam.withPrefix(ParamPrefixEnum thePrefix) Use the given quantity prefix -
Uses of ParamPrefixEnum in ca.uhn.fhir.rest.param
Methods in ca.uhn.fhir.rest.param that return ParamPrefixEnumModifier and TypeMethodDescriptionstatic ParamPrefixEnumReturns the prefix associated with a given DSTU2+ value (e.g.BaseParamWithPrefix.getPrefix()Returns the prefix used by this parameter (e.gstatic ParamPrefixEnumReturns the enum constant of this class with the specified name.static ParamPrefixEnum[]ParamPrefixEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.uhn.fhir.rest.param with parameters of type ParamPrefixEnumModifier and TypeMethodDescriptionBaseParamWithPrefix.setPrefix(ParamPrefixEnum thePrefix) Sets the prefix used by this parameter (e.gConstructors in ca.uhn.fhir.rest.param with parameters of type ParamPrefixEnumModifierConstructorDescriptionDateParam(ParamPrefixEnum thePrefix, long theDate) ConstructorDateParam(ParamPrefixEnum thePrefix, DateTimeDt theDate) ConstructorDateParam(ParamPrefixEnum thePrefix, String theDate) ConstructorDateParam(ParamPrefixEnum thePrefix, Date theDate) ConstructorDateParam(ParamPrefixEnum thePrefix, IPrimitiveType<Date> theDate) ConstructorQuantityParam(ParamPrefixEnum thePrefix, double theValue, String theSystem, String theUnits) ConstructorQuantityParam(ParamPrefixEnum thePrefix, long theValue, String theSystem, String theUnits) ConstructorQuantityParam(ParamPrefixEnum thePrefix, BigDecimal theValue, String theSystem, String theUnits) Constructor