public void SetupRelations(ElementStore store, Rpc2DocumentLiteralTranslator trans)
 {
     portType = (R2DPortType) store.PortTypes[trans.Normalize(elem.Attributes["type"].Value)];
 }
 public void SetupRelations(ElementStore store, Rpc2DocumentLiteralTranslator trans)
 {
     portType = (R2DPortType)store.PortTypes[trans.Normalize(elem.Attributes["type"].Value)];
 }