Uses of Class
org.apache.camel.tooling.model.SupportLevel
-
-
Uses of SupportLevel in org.apache.camel.tooling.model
Fields in org.apache.camel.tooling.model declared as SupportLevel Modifier and Type Field Description static SupportLevelSupportLevel. baseStabilityprotected SupportLevelBaseModel. supportLevelMethods in org.apache.camel.tooling.model that return SupportLevel Modifier and Type Method Description SupportLevelBaseModel. getSupportLevel()static SupportLevelSupportLevel. safeValueOf(String level)static SupportLevelSupportLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static SupportLevel[]SupportLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.tooling.model with parameters of type SupportLevel Modifier and Type Method Description voidBaseModel. setSupportLevel(SupportLevel supportLevel)
-