toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case ComputeType.acu_1:
      return 'ACU_1';
    case ComputeType.acu_2:
      return 'ACU_2';
  }
}