/*PLEASE DO NOT EDIT THIS CODE*/
/*This code was generated using the UMPLE 1.33.0.6934.a386b0a58 modeling language!*/



// line 1 "innerNonStatic.ump"
public class OuterClass_2
{

  //------------------------
  // MEMBER VARIABLES
  //------------------------

  //------------------------
  // CONSTRUCTOR
  //------------------------

  public OuterClass_2()
  {}

  //------------------------
  // INTERFACE
  //------------------------

  public void delete()
  {}
  /*PLEASE DO NOT EDIT THIS CODE*/
  /*This code was generated using the UMPLE 1.33.0.6934.a386b0a58 modeling language!*/
  
  
  
  // line 3 "innerNonStatic.ump"
  public class InnerClass
  {
  
    //------------------------
    // MEMBER VARIABLES
    //------------------------
  
    //InnerClass Attributes
    private int x;
  
    //------------------------
    // CONSTRUCTOR
    //------------------------
  
    public InnerClass(int aX)
    {
      x = aX;
    }
  
    //------------------------
    // INTERFACE
    //------------------------
  
    public boolean setX(int aX)
    {
      boolean wasSet = false;
      x = aX;
      wasSet = true;
      return wasSet;
    }
  
    public int getX()
    {
      return x;
    }
  
    public void delete()
    {}
  
  
    public String toString()
    {
      return super.toString() + "["+
              "x" + ":" + getX()+ "]";
    }
  }
}
/*PLEASE DO NOT EDIT THIS CODE*/
/*This code was generated using the UMPLE 1.33.0.6934.a386b0a58 modeling language!*/

package com.me.at.home;

// line 4 "../../../../diffPackages_AClassAtHome.ump"
public class AClassAtHome
{

  //------------------------
  // MEMBER VARIABLES
  //------------------------

  //------------------------
  // CONSTRUCTOR
  //------------------------

  public AClassAtHome()
  {}

  //------------------------
  // INTERFACE
  //------------------------

  public void delete()
  {}
  /*PLEASE DO NOT EDIT THIS CODE*/
  /*This code was generated using the UMPLE 1.33.0.6934.a386b0a58 modeling language!*/
  
  
  
  // line 7 "../../../../diffPackages_AClassAtHome.ump"
  public static class RootDoWork implements RootDoWork
  {
  
    //------------------------
    // MEMBER VARIABLES
    //------------------------
  
    //------------------------
    // CONSTRUCTOR
    //------------------------
  
    public RootDoWork()
    {}
  
    //------------------------
    // INTERFACE
    //------------------------
  
    public void delete()
    {}
  
    // line 10 "../../../../diffPackages_AClassAtHome.ump"
     public void doWork(){
      
    }
  
  }
}
/*PLEASE DO NOT EDIT THIS CODE*/
/*This code was generated using the UMPLE 1.33.0.6934.a386b0a58 modeling language!*/



// line 1 "innerStatic.ump"
public class OuterClass_1
{

  //------------------------
  // MEMBER VARIABLES
  //------------------------

  //------------------------
  // CONSTRUCTOR
  //------------------------

  public OuterClass_1()
  {}

  //------------------------
  // INTERFACE
  //------------------------

  public void delete()
  {}
  /*PLEASE DO NOT EDIT THIS CODE*/
  /*This code was generated using the UMPLE 1.33.0.6934.a386b0a58 modeling language!*/
  
  
  
  // line 5 "innerStatic.ump"
  public static class InnerStaticClass
  {
  
    //------------------------
    // MEMBER VARIABLES
    //------------------------
  
    //------------------------
    // CONSTRUCTOR
    //------------------------
  
    public InnerStaticClass()
    {}
  
    //------------------------
    // INTERFACE
    //------------------------
  
    public void delete()
    {}
  
    // line 10 "innerStatic.ump"
    public void increaseY(){
      y++;
    }
  
  }  
  //------------------------
  // DEVELOPER CODE - PROVIDED AS-IS
  //------------------------
  
  // line 3 "innerStatic.ump"
  static int y=0 ;

  
}
/*PLEASE DO NOT EDIT THIS CODE*/
/*This code was generated using the UMPLE 1.33.0.6934.a386b0a58 modeling language!*/



// line 1 "innerClasses.ump"
public class OuterClass_3
{

  //------------------------
  // MEMBER VARIABLES
  //------------------------

  //------------------------
  // CONSTRUCTOR
  //------------------------

  public OuterClass_3()
  {}

  //------------------------
  // INTERFACE
  //------------------------

  public void delete()
  {}
  /*PLEASE DO NOT EDIT THIS CODE*/
  /*This code was generated using the UMPLE 1.33.0.6934.a386b0a58 modeling language!*/
  
  
  
  // line 3 "innerClasses.ump"
  public class InnerClassAAAA
  {
  
    //------------------------
    // MEMBER VARIABLES
    //------------------------
  
    //------------------------
    // CONSTRUCTOR
    //------------------------
  
    public InnerClassAAAA()
    {}
  
    //------------------------
    // INTERFACE
    //------------------------
  
    public void delete()
    {}
  
  }  /*PLEASE DO NOT EDIT THIS CODE*/
  /*This code was generated using the UMPLE 1.33.0.6934.a386b0a58 modeling language!*/
  
  
  
  // line 7 "innerClasses.ump"
  public static class InnerStaticClass
  {
  
    //------------------------
    // MEMBER VARIABLES
    //------------------------
  
    //------------------------
    // CONSTRUCTOR
    //------------------------
  
    public InnerStaticClass()
    {}
  
    //------------------------
    // INTERFACE
    //------------------------
  
    public void delete()
    {}
  
  }
}