Class ScriptInput
java.lang.Object
org.noise_planet.noisemodelling.webserver.script.ScriptInput
Represents an input configuration for a script.
This class is designed to encapsulate the metadata and properties that define
an input to a script, such as its identifier, title, description, type, and
whether it is optional.
-
Field Summary
FieldsModifier and TypeFieldDescriptionIf at least one element, restrict allowed values, only for StringsDefault value for this input.intMaximum occurrences of this input.intMinimum occurrences of this input.Class<?> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
title
-
description
-
type
-
minOccurs
public int minOccursMinimum occurrences of this input. A value of 0 indicates that the input is optional. -
maxOccurs
public int maxOccursMaximum occurrences of this input. -
defaultValue
Default value for this input. -
allowedValues
If at least one element, restrict allowed values, only for Strings
-
-
Constructor Details
-
ScriptInput
public ScriptInput()
-