public final class ComponentOption extends Object
| Constructor and Description |
|---|
ComponentOption(String name,
String displayName,
String type,
boolean required,
String defaultValue,
String defaultValueNote,
String documentation,
boolean deprecated,
String deprecationNote,
boolean secret,
String group,
String label,
boolean enumType,
Set<String> enums,
String configurationClass,
String nestedFieldName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getConfigurationClass() |
String |
getConfigurationField() |
String |
getDefaultValue() |
String |
getDeprecationNote() |
String |
getDisplayName() |
String |
getDocumentation() |
String |
getDocumentationWithNotes() |
Set<String> |
getEnums() |
String |
getGroup() |
String |
getLabel() |
String |
getName() |
String |
getType() |
int |
hashCode() |
boolean |
isDeprecated() |
boolean |
isEnumType() |
boolean |
isRequired() |
boolean |
isSecret() |
public ComponentOption(String name, String displayName, String type, boolean required, String defaultValue, String defaultValueNote, String documentation, boolean deprecated, String deprecationNote, boolean secret, String group, String label, boolean enumType, Set<String> enums, String configurationClass, String nestedFieldName)
public String getName()
public String getDisplayName()
public String getType()
public boolean isRequired()
public String getDefaultValue()
public String getDocumentation()
public boolean isDeprecated()
public String getDeprecationNote()
public boolean isSecret()
public String getDocumentationWithNotes()
public boolean isEnumType()
public String getConfigurationClass()
public String getConfigurationField()
public String getGroup()
public String getLabel()
Apache Camel