コード例 #1
0
ファイル: attributeElt.py プロジェクト: vimov/Deployer
 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
ファイル: elementElt.py プロジェクト: vimov/Deployer
 def newComponent(self,schema):
   commonElt.newComponent(self,'element',schema.elementTable)