toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case ColorMetadata.ignore:
      return 'IGNORE';
    case ColorMetadata.insert:
      return 'INSERT';
  }
}