Class Property


  • public class Property
    extends Object
    Property of a Stream Definition
    • Constructor Detail

      • Property

        public Property()
    • Method Detail

      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • isExpression

        public boolean isExpression()
      • setExpression

        public void setExpression​(boolean expression)
      • getType

        public String getType()
      • setType

        public void setType​(String type)