toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case MovReference.selfContained:
      return 'SELF_CONTAINED';
    case MovReference.external:
      return 'EXTERNAL';
  }
}