@@ -242,7 +242,7 class UPConf(): | |||||
242 | for opObj in self.opObjList: |
|
242 | for opObj in self.opObjList: | |
243 | opObj.makeXml(upElement) |
|
243 | opObj.makeXml(upElement) | |
244 |
|
244 | |||
245 |
def getOperationObj |
|
245 | def getOperationObjList(self): | |
246 |
|
246 | |||
247 | return self.opObjList |
|
247 | return self.opObjList | |
248 |
|
248 | |||
@@ -284,7 +284,7 class OperationConf(): | |||||
284 | for parmObj in self.parmObjList: |
|
284 | for parmObj in self.parmObjList: | |
285 | parmObj.makeXml(opElement) |
|
285 | parmObj.makeXml(opElement) | |
286 |
|
286 | |||
287 |
def getParameterObj |
|
287 | def getParameterObjList(self): | |
288 |
|
288 | |||
289 | return self.parmObjList |
|
289 | return self.parmObjList | |
290 |
|
290 |
General Comments 0
You need to be logged in to leave comments.
Login now