public class InputParameter extends Object
Modifier and Type | Class and Description |
---|---|
static class |
InputParameter.Builder
Builder class for creating new input parameters.
|
Modifier and Type | Method and Description |
---|---|
IOClass |
getIOClass()
Returns the class of the parameter.
|
String |
getName()
Returns the name of the parameter.
|
boolean |
isOptional()
Returns whether the parameter is optional.
|
static InputParameter.Builder |
newInputParameter(String name,
IOClass parameterClass)
Returns a new input parameter builder initialized with the specified input name and class.
|
public static InputParameter.Builder newInputParameter(String name, IOClass parameterClass)
name
- name of the input to be createdparameterClass
- class of the input to be createdpublic IOClass getIOClass()
public String getName()
public boolean isOptional()
Copyright © 2023. All Rights Reserved.