Uses of Class
org.apache.camel.kamelets.catalog.model.KameletTypeEnum
-
Packages that use KameletTypeEnum Package Description org.apache.camel.kamelets.catalog.model -
-
Uses of KameletTypeEnum in org.apache.camel.kamelets.catalog.model
Methods in org.apache.camel.kamelets.catalog.model that return KameletTypeEnum Modifier and Type Method Description static KameletTypeEnumKameletTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static KameletTypeEnum[]KameletTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-