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
-
public class EipModel extends BaseModel<EipModel.EipOptionModel>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEipModel.EipOptionModel
-
Field Summary
Fields Modifier and Type Field Description protected booleanabstractModelprotected booleaninputprotected booleanoutput-
Fields 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 Constructor Description EipModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDocLink()StringgetKind()booleanisAbstractModel()booleanisInput()booleanisOutput()voidsetAbstractModel(boolean abstractModel)voidsetInput(boolean input)voidsetOutput(boolean output)-
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
-
-
-
-
Method Detail
-
getKind
public String 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
public String getDocLink()
-
-