setDataType method

void setDataType(
  1. DataType dataType
)

Implementation

void setDataType(DataType dataType) {
  this.dataType = dataType;
}