getViewModel()
Viewable should not be implemented directly but subinterfaces ComponentInterface, ServiceInterface, WidgetInterface should be used.
12041205120612071208120912101211121212131214
if (result == null) result = defaultCase(theEObject); return result; } case Bpmn2Package.INTERFACE: { Interface interface_ = (Interface) theEObject; T result = caseInterface(interface_); if (result == null) result = caseRootElement(interface_); if (result == null) result = caseBaseElement(interface_);