public class EipModel extends BaseModel<EipModel.EipOptionModel>
| Modifier and Type | Class and Description |
|---|---|
static class |
EipModel.EipOptionModel |
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
input |
protected boolean |
output |
deprecated, deprecatedSince, deprecationNote, description, firstVersion, javaType, label, name, nativeSupported, options, supportLevel, title| Constructor and Description |
|---|
EipModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocLink() |
String |
getKind() |
boolean |
isInput() |
boolean |
isOutput() |
void |
setInput(boolean input) |
void |
setOutput(boolean output) |
addOption, compareTitle, getDeprecatedSince, getDeprecationNote, getDescription, getFirstVersion, getFirstVersionShort, getJavaType, getLabel, getName, getOptions, getShortJavaType, getSupportLevel, getTitle, isDeprecated, isNativeSupported, setDeprecated, setDeprecatedSince, setDeprecationNote, setDescription, setFirstVersion, setJavaType, setLabel, setName, setNativeSupported, setSupportLevel, setTitlepublic String getKind()
getKind in class BaseModel<EipModel.EipOptionModel>public boolean isInput()
public void setInput(boolean input)
public boolean isOutput()
public void setOutput(boolean output)
public String getDocLink()
Apache Camel