Class OutputField


  • public class OutputField
    extends Object
    This class models single fields used for the PluginOutput Each field contains its description and its value, e.g.: Query: a + b || !a + !b where "Query:" is the description and "a + b || !a + !b" is the value.
    Author:
    Bastian Wolf
    • Constructor Detail

      • OutputField

        public OutputField()
      • OutputField

        public OutputField​(String val)
      • OutputField

        public OutputField​(String description,
                           String val)
    • Method Detail

      • merge

        public String merge()