Uses of Class
org.apache.camel.catalog.Kind
-
-
Uses of Kind in org.apache.camel.catalog
Methods in org.apache.camel.catalog that return Kind Modifier and Type Method Description static Kind
Kind. valueOf(String name)
Returns the enum constant of this type with the specified name.static Kind[]
Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.catalog with parameters of type Kind Modifier and Type Method Description default List<String>
CamelCatalog. findNames(Kind kind)
default org.apache.camel.tooling.model.BaseModel<?>
CamelCatalog. model(Kind kind, String name)
-