toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case InputLossImageType.color:
      return 'COLOR';
    case InputLossImageType.slate:
      return 'SLATE';
  }
}