toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case PolicyTemplateName.blankPolicy:
      return 'BLANK_POLICY';
  }
}