public class TransformOperation extends Operation
Constructor and Description |
---|
TransformOperation(String name,
String description,
List<InputField> inputs,
List<String> outputs)
Create the instance of a transform operation.
|
TransformOperation(String name,
String description,
List<InputField> inputs,
String... outputs)
Create the instance of a transform operation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<InputField> |
getInputs() |
List<String> |
getOutputs() |
int |
hashCode() |
getDescription, getName, getType
public TransformOperation(String name, String description, List<InputField> inputs, String... outputs)
name
- the name of the operationdescription
- the description of the operationinputs
- the list of input fields for operationoutputs
- the array of output fields generated by operationpublic TransformOperation(String name, String description, List<InputField> inputs, List<String> outputs)
name
- the name of the operationdescription
- the description of the operationinputs
- the list of input fields for operationoutputs
- the list of output fields generated by operationpublic List<InputField> getInputs()
public List<String> getOutputs()
Copyright © 2022 Cask Data, Inc. Licensed under the Apache License, Version 2.0.