toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case FeatureType.tables:
      return 'TABLES';
    case FeatureType.forms:
      return 'FORMS';
  }
}