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 SupportLevel
SupportLevel. baseStability
protected SupportLevel
BaseModel. supportLevel
Methods in org.apache.camel.tooling.model that return SupportLevel Modifier and Type Method Description SupportLevel
BaseModel. getSupportLevel()
static SupportLevel
SupportLevel. safeValueOf(String level)
static SupportLevel
SupportLevel. 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 void
BaseModel. setSupportLevel(SupportLevel supportLevel)
-