public final class EndpointOption extends Object
Constructor and Description |
---|
EndpointOption(String name,
String type,
String required,
String defaultValue,
String defaultValueNote,
String documentation,
String optionalPrefix,
String prefix,
boolean multiValue,
boolean deprecated,
String group,
String label,
boolean enumType,
Set<String> enums) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDefaultValue() |
String |
getDocumentation() |
String |
getDocumentationWithNotes() |
Set<String> |
getEnums() |
String |
getEnumValuesAsHtml() |
String |
getGroup() |
String |
getLabel() |
String |
getName() |
String |
getOptionalPrefix() |
String |
getPrefix() |
String |
getRequired() |
String |
getType() |
int |
hashCode() |
boolean |
isDeprecated() |
boolean |
isEnumType() |
boolean |
isMultiValue() |
public String getName()
public String getType()
public String getRequired()
public String getDefaultValue()
public String getDocumentation()
public String getOptionalPrefix()
public String getPrefix()
public boolean isMultiValue()
public boolean isDeprecated()
public String getEnumValuesAsHtml()
public String getDocumentationWithNotes()
public boolean isEnumType()
public String getGroup()
public String getLabel()
Apache Camel