Class PropertyDefinition


  • @Metadata(label="configuration")
    public class PropertyDefinition
    extends Object
    A key value pair where the value is a literal value
    See Also:
    PropertyExpressionDefinition
    • Constructor Detail

      • PropertyDefinition

        public PropertyDefinition()
      • PropertyDefinition

        public PropertyDefinition​(String key,
                                  String value)
    • Method Detail

      • setKey

        public void setKey​(String key)
        Property key
      • getKey

        public String getKey()
      • setValue

        public void setValue​(String value)
        Property value
      • getValue

        public String getValue()