OutputModeParameter
, OutputTableParameter
public interface TableConsumerParameter
Modifier and Type | Method | Description |
---|---|---|
TableConsumer |
consumerValue(uk.ac.starlink.task.Environment env) |
Returns a TableConsumer which corresponds to the value of this
parameter.
|
void |
setValueFromConsumer(uk.ac.starlink.task.Environment env,
TableConsumer consumer) |
Sets the value of this parameter directly from a TableConsumer.
|
TableConsumer consumerValue(uk.ac.starlink.task.Environment env) throws uk.ac.starlink.task.TaskException
env
- execution environmentuk.ac.starlink.task.TaskException
void setValueFromConsumer(uk.ac.starlink.task.Environment env, TableConsumer consumer) throws uk.ac.starlink.task.TaskException
env
- execution environmentconsumer
- consumeruk.ac.starlink.task.TaskException
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.