Package org.apache.camel.tooling.model
Class EipModel
java.lang.Object
org.apache.camel.tooling.model.BaseModel<EipModel.EipOptionModel>
org.apache.camel.tooling.model.EipModel
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected booleanprotected booleanFields inherited from class org.apache.camel.tooling.model.BaseModel
deprecated, deprecatedSince, deprecationNote, description, firstVersion, javaType, label, metadata, name, nativeSupported, options, supportLevel, title -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.camel.tooling.model.BaseModel
addOption, compareTitle, getDeprecatedSince, getDeprecationNote, getDescription, getFirstVersion, getFirstVersionShort, getJavaType, getLabel, getMetadata, getName, getOptions, getShortJavaType, getSupportLevel, getTitle, isDeprecated, isNativeSupported, setDeprecated, setDeprecatedSince, setDeprecationNote, setDescription, setFirstVersion, setJavaType, setLabel, setMetadata, setName, setNativeSupported, setSupportLevel, setTitle
-
Field Details
-
abstractModel
protected boolean abstractModel -
input
protected boolean input -
output
protected boolean output
-
-
Constructor Details
-
EipModel
public EipModel()
-
-
Method Details
-
getKind
- Specified by:
getKindin classBaseModel<EipModel.EipOptionModel>
-
isAbstractModel
public boolean isAbstractModel() -
setAbstractModel
public void setAbstractModel(boolean abstractModel) -
isInput
public boolean isInput() -
setInput
public void setInput(boolean input) -
isOutput
public boolean isOutput() -
setOutput
public void setOutput(boolean output) -
getDocLink
-