public class OutputParameter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OutputParameter.Builder
Builder class for creating new output 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 OutputParameter.Builder |
newOutputParameter(String name,
IOClass parameterClass)
Returns a new output parameter builder initialized with the specified output name and class.
|
public static OutputParameter.Builder newOutputParameter(String name, IOClass parameterClass)
name - name of the output to be createdparameterClass - class of the output to be createdpublic IOClass getIOClass()
public String getName()
public boolean isOptional()
Copyright © 2023. All Rights Reserved.