Class MeasuringPointStringFormaterSwitch

    • Constructor Detail

      • MeasuringPointStringFormaterSwitch

        public MeasuringPointStringFormaterSwitch()
    • Method Detail

      • 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:
        doSwitch(EObject)