/*PLEASE DO NOT EDIT THIS CODE*/
/*This code was generated using the UMPLE @UMPLE_VERSION@ modeling language!*/
package example;

public interface ISomething
{
  
  // CONSTANT MEMBERS  

 public static final String aVariable = aValue;
 public static final int MAX = 3;
  // ABSTRACT METHODS 

 public String getCode(String [] aParam, Integer anotherParam);
 public String isValid();
}
