toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case TestGridSessionArtifactCategory.video:
      return 'VIDEO';
    case TestGridSessionArtifactCategory.log:
      return 'LOG';
  }
}