All Downloads are FREE. Search and download functionalities are using the official Maven repository.

br.com.objectos.html.Form Maven / Gradle / Ivy

There is a newer version: 0.4.0
Show newest version
package br.com.objectos.html;

import javax.annotation.Generated;

@Generated("br.com.objectos.html.ProtoTypeProcessor")
public abstract class Form> extends FormProto {
  Form() {
  }

  public static Form0 get() {
    return new Form0();
  }

  public static class Form0 extends Form {
    Form0() {
    }

    public Form0 _form() {
      return this;
    }

    @Override
    Form0 self() {
      return this;
    }
  }

  public static class Form1 extends Form> {
    private final E1 parent;

    Form1(E1 parent) {
      this.parent = parent;
    }

    public E1 _form() {
      return parent;
    }

    @Override
    Form1 self() {
      return this;
    }
  }

  public static class Form2 extends Form> {
    private final E2 parent;

    Form2(E2 parent) {
      this.parent = parent;
    }

    public E2 _form() {
      return parent;
    }

    @Override
    Form2 self() {
      return this;
    }
  }

  public static class Form3 extends Form> {
    private final E3 parent;

    Form3(E3 parent) {
      this.parent = parent;
    }

    public E3 _form() {
      return parent;
    }

    @Override
    Form3 self() {
      return this;
    }
  }

  public static class Form4 extends Form> {
    private final E4 parent;

    Form4(E4 parent) {
      this.parent = parent;
    }

    public E4 _form() {
      return parent;
    }

    @Override
    Form4 self() {
      return this;
    }
  }

  public static class Form5 extends Form> {
    private final E5 parent;

    Form5(E5 parent) {
      this.parent = parent;
    }

    public E5 _form() {
      return parent;
    }

    @Override
    Form5 self() {
      return this;
    }
  }

  public static class Form6 extends Form> {
    private final E6 parent;

    Form6(E6 parent) {
      this.parent = parent;
    }

    public E6 _form() {
      return parent;
    }

    @Override
    Form6 self() {
      return this;
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy