toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case Attribute.$default:
      return 'DEFAULT';
    case Attribute.all:
      return 'ALL';
  }
}