#PLEASE DO NOT EDIT THIS CODE #This code was generated using the UMPLE 1.35.0.7523.c616a4dce modeling language! # line 27 "../InterfaceTemplateTest.ump" from ISomething import ISomething class Something(ISomething): #------------------------ # MEMBER VARIABLES #------------------------ #------------------------ # CONSTRUCTOR #------------------------ def __init__(self): pass #------------------------ # INTERFACE #------------------------ def delete(self): pass def getCode(self, aParam, anotherParam): return "" def isValid(self): return ""