toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case ProvisioningArtifactGuidance.$default:
      return 'DEFAULT';
    case ProvisioningArtifactGuidance.deprecated:
      return 'DEPRECATED';
  }
}