toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case DatasetActionType.query:
      return 'QUERY';
    case DatasetActionType.container:
      return 'CONTAINER';
  }
}