예제 #1
0
 def newComponent(self,schema):
   commonElt.newComponent(self,'attribute',schema.attributeTable)
예제 #2
0
파일: typeElt.py 프로젝트: vimov/Deployer
 def newComponent(self,schema):
   commonElt.newComponent(self,'type',schema.typeTable)
예제 #3
0
파일: groupElt.py 프로젝트: vimov/Deployer
 def newComponent(self,schema):
   commonElt.newComponent(self,'group',schema.groupTable)
예제 #4
0
 def newComponent(self,schema):
   commonElt.newComponent(self,'element',schema.elementTable)