public class OutputColumn extends Object
| Constructor and Description |
|---|
OutputColumn() |
| Modifier and Type | Method and Description |
|---|---|
LogicalDataType |
getDataType() |
String |
getName() |
OutputColumnType |
getType() |
String |
getValue() |
void |
setDataType(LogicalDataType dataType) |
void |
setName(String name) |
void |
setType(OutputColumnType type) |
void |
setValue(String value) |
String |
toString() |
public OutputColumnType getType()
public void setType(OutputColumnType type)
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public LogicalDataType getDataType()
public void setDataType(LogicalDataType dataType)
Copyright © 2018–2021 ODPi. All rights reserved.