Class MeasuringPointStringFormaterSwitch


public class MeasuringPointStringFormaterSwitch extends MeasuringpointSwitch<String>
  • Constructor Details

    • MeasuringPointStringFormaterSwitch

      public MeasuringPointStringFormaterSwitch()
  • Method Details

    • caseStringMeasuringPoint

      public String caseStringMeasuringPoint(StringMeasuringPoint object)
      Description copied from class: MeasuringpointSwitch
      Returns the result of interpreting the object as an instance of 'String Measuring Point'. This implementation returns null; returning a non-null result will terminate the switch.
      Overrides:
      caseStringMeasuringPoint in class MeasuringpointSwitch<String>
      Parameters:
      object - the target of the switch.
      Returns:
      the result of interpreting the object as an instance of 'String Measuring Point'.
      See Also: