Uses of Class
org.wso2.carbon.mediator.transform.SmooksMediator.TYPES
-
Packages that use SmooksMediator.TYPES Package Description org.wso2.carbon.mediator.transform -
-
Uses of SmooksMediator.TYPES in org.wso2.carbon.mediator.transform
Methods in org.wso2.carbon.mediator.transform that return SmooksMediator.TYPES Modifier and Type Method Description SmooksMediator.TYPES
Input. getType()
SmooksMediator.TYPES
Output. getType()
static SmooksMediator.TYPES
SmooksMediator.TYPES. valueOf(String name)
Returns the enum constant of this type with the specified name.static SmooksMediator.TYPES[]
SmooksMediator.TYPES. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wso2.carbon.mediator.transform with parameters of type SmooksMediator.TYPES Modifier and Type Method Description void
Input. setType(SmooksMediator.TYPES type)
void
Output. setType(SmooksMediator.TYPES type)
-