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:
  • Constructor Details

    • PropertyDefinition

      public PropertyDefinition()
    • PropertyDefinition

      public PropertyDefinition(String key, String value)
  • Method Details

    • setKey

      public void setKey(String key)
      Property key
    • getKey

      public String getKey()
    • setValue

      public void setValue(String value)
      Property value
    • getValue

      public String getValue()