Uses of Class
org.wso2.carbon.mediator.enrich.ui.EnrichUIConstants.CONFIG_ELEMENT_TYPE
-
-
Uses of EnrichUIConstants.CONFIG_ELEMENT_TYPE in org.wso2.carbon.mediator.enrich.ui
Methods in org.wso2.carbon.mediator.enrich.ui that return EnrichUIConstants.CONFIG_ELEMENT_TYPE Modifier and Type Method Description static EnrichUIConstants.CONFIG_ELEMENT_TYPE
EnrichUIConstants.CONFIG_ELEMENT_TYPE. valueOf(String name)
Returns the enum constant of this type with the specified name.static EnrichUIConstants.CONFIG_ELEMENT_TYPE[]
EnrichUIConstants.CONFIG_ELEMENT_TYPE. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wso2.carbon.mediator.enrich.ui with parameters of type EnrichUIConstants.CONFIG_ELEMENT_TYPE Modifier and Type Method Description static void
EnrichMediatorUtil. setExpression(EnrichMediator enrichMediator, EnrichUIConstants.CONFIG_ELEMENT_TYPE configElementType, String expression, String type, javax.servlet.http.HttpSession session)
Set the source and target expressions of the enrich mediator.
-