toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case SimulationSoftwareSuiteType.gazebo:
      return 'Gazebo';
    case SimulationSoftwareSuiteType.rosbagPlay:
      return 'RosbagPlay';
  }
}