public class ComponentType extends UnknownType
| Constructor and Description |
|---|
ComponentType(String name) |
| Modifier and Type | Method and Description |
|---|---|
static ComponentType |
errorHandlingComponentType(String value) |
static ComponentType |
flowComponentType(String value) |
static ComponentType |
interceptingComponentType(String value) |
boolean |
isErrorHandling() |
boolean |
isFlow() |
boolean |
isIntercepting() |
boolean |
isOnError() |
boolean |
isOperation() |
boolean |
isProcessor() |
boolean |
isRouter() |
boolean |
isScope() |
boolean |
isSource() |
static ComponentType |
onErrorComponentType(String value) |
static ComponentType |
operationComponentType(String value) |
static ComponentType |
processorComponentType(String value) |
static ComponentType |
routerComponentType(String value) |
static ComponentType |
scopeComponentType(String value) |
static ComponentType |
sourceComponentType(String value) |
public ComponentType(String name)
public static ComponentType flowComponentType(String value)
public static ComponentType sourceComponentType(String value)
public static ComponentType operationComponentType(String value)
public static ComponentType routerComponentType(String value)
public static ComponentType scopeComponentType(String value)
public static ComponentType interceptingComponentType(String value)
public static ComponentType processorComponentType(String value)
public static ComponentType errorHandlingComponentType(String value)
public static ComponentType onErrorComponentType(String value)
public boolean isFlow()
public boolean isErrorHandling()
public boolean isIntercepting()
public boolean isOnError()
public boolean isOperation()
public boolean isProcessor()
public boolean isRouter()
public boolean isScope()
public boolean isSource()
Copyright © 2022 MuleSoft, Inc.. All rights reserved.