public XmlAttributeMapping buildResourceMapping(EFactory factory) {
   return EFactoryTools.create(
       factory, EclipseLinkOrmPackage.eINSTANCE.getXmlTransformation(), XmlTransformation.class);
 }
コード例 #2
0
 protected Attributes buildXmlAttributes() {
   return EFactoryTools.create(
       this.getResourceModelFactory(), OrmPackage.eINSTANCE.getAttributes(), Attributes.class);
 }