public static class ComponentModel.ApiOptionModel extends BaseOptionModel implements Cloneable
asPredicate, configurationClass, configurationField, defaultValue, defaultValueNote, deprecated, deprecationNote, description, displayName, enums, extra, getterMethod, group, javaType, kind, label, multiValue, name, newGroup, oneOfs, optionalPrefix, prefix, required, secret, setterMethod, type| Constructor and Description |
|---|
ApiOptionModel() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
clone() |
ComponentModel.ApiOptionModel |
copy() |
boolean |
isOptional() |
void |
setOptional(boolean optional) |
getConfigurationClass, getConfigurationField, getDefaultValue, getDefaultValueNote, getDeprecationNote, getDescription, getDisplayName, getEnums, getExtra, getGetterMethod, getGroup, getJavaType, getKind, getLabel, getName, getOneOfs, getOptionalPrefix, getPrefix, getSetterMethod, getShortDefaultValue, getShortGroup, getShortJavaType, getShortJavaType, getShortName, getType, isAsPredicate, isDeprecated, isMultiValue, isNewGroup, isRequired, isSecret, setAsPredicate, setConfigurationClass, setConfigurationField, setDefaultValue, setDefaultValueNote, setDeprecated, setDeprecationNote, setDescription, setDisplayName, setEnums, setExtra, setGetterMethod, setGroup, setJavaType, setKind, setLabel, setMultiValue, setName, setNewGroup, setOneOfs, setOptionalPrefix, setPrefix, setRequired, setSecret, setSetterMethod, setTypepublic boolean isOptional()
public void setOptional(boolean optional)
public ComponentModel.ApiOptionModel copy()
protected Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionApache Camel