| Modifier and Type | Field and Description |
|---|---|
static SupportLevel |
SupportLevel.baseStability |
protected SupportLevel |
BaseModel.supportLevel |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseModel.setSupportLevel(SupportLevel supportLevel) |
Apache Camel