toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case ProresParControl.initializeFromSource:
      return 'INITIALIZE_FROM_SOURCE';
    case ProresParControl.specified:
      return 'SPECIFIED';
  }
}