java.lang.Object
org.noise_planet.noisemodelling.webserver.script.ScriptOutput

public class ScriptOutput extends Object
Represents an output configuration for a script. This class is designed to encapsulate the metadata that defines an output of a script, such as its identifier and title.
  • Field Details

    • id

      public String id
    • title

      public String title
    • description

      public String description
    • type

      public Class<?> type
  • Constructor Details

    • ScriptOutput

      public ScriptOutput()