toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case FacetStyle.static:
      return 'STATIC';
    case FacetStyle.dynamic:
      return 'DYNAMIC';
  }
}