Package ca.uhn.fhir.util
Class ExtensionConstants
- java.lang.Object
-
- ca.uhn.fhir.util.ExtensionConstants
-
public class ExtensionConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONF_ADDITIONAL_PARAMstatic StringCONF_ADDITIONAL_PARAM_DESCRIPTIONstatic StringCONF_ADDITIONAL_PARAM_NAMEstatic StringCONF_ADDITIONAL_PARAM_REQUIREDstatic StringCONF_ADDITIONAL_PARAM_TYPEstatic StringCONF_RESOURCE_COUNTstatic StringPARAM_IS_REQUIREDstatic StringQUERY_ALLOWED_INCLUDEstatic StringQUERY_RETURN_TYPE
-
-
-
Field Detail
-
PARAM_IS_REQUIRED
public static final String PARAM_IS_REQUIRED
- See Also:
- Constant Field Values
-
QUERY_RETURN_TYPE
public static final String QUERY_RETURN_TYPE
- See Also:
- Constant Field Values
-
CONF_ADDITIONAL_PARAM
public static final String CONF_ADDITIONAL_PARAM
- See Also:
- Constant Field Values
-
CONF_ADDITIONAL_PARAM_NAME
public static final String CONF_ADDITIONAL_PARAM_NAME
- See Also:
- Constant Field Values
-
CONF_ADDITIONAL_PARAM_DESCRIPTION
public static final String CONF_ADDITIONAL_PARAM_DESCRIPTION
- See Also:
- Constant Field Values
-
CONF_ADDITIONAL_PARAM_TYPE
public static final String CONF_ADDITIONAL_PARAM_TYPE
- See Also:
- Constant Field Values
-
CONF_ADDITIONAL_PARAM_REQUIRED
public static final String CONF_ADDITIONAL_PARAM_REQUIRED
- See Also:
- Constant Field Values
-
CONF_RESOURCE_COUNT
public static final String CONF_RESOURCE_COUNT
- See Also:
- Constant Field Values
-
QUERY_ALLOWED_INCLUDE
public static final String QUERY_ALLOWED_INCLUDE
- See Also:
- Constant Field Values
-
-