Package org.apache.camel.model
Class PropertyDefinition
- java.lang.Object
-
- org.apache.camel.model.PropertyDefinition
-
@Metadata(label="configuration") public class PropertyDefinition extends Object
A key value pair where the value is a literal value- See Also:
PropertyExpressionDefinition
-
-
Constructor Summary
Constructors Constructor Description PropertyDefinition()PropertyDefinition(String key, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()StringgetValue()voidsetKey(String key)Property keyvoidsetValue(String value)Property value
-