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

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

The newest version!
package br.com.objectos.html;

import javax.annotation.Generated;

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

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

  public static class Section0 extends Section {
    Section0() {
    }

    public Section0 _section() {
      return this;
    }

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

  public static class Section1 extends Section> {
    private final E1 parent;

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

    public E1 _section() {
      return parent;
    }

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

  public static class Section2 extends Section> {
    private final E2 parent;

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

    public E2 _section() {
      return parent;
    }

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

  public static class Section3 extends Section> {
    private final E3 parent;

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

    public E3 _section() {
      return parent;
    }

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

  public static class Section4 extends Section> {
    private final E4 parent;

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

    public E4 _section() {
      return parent;
    }

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

  public static class Section5 extends Section> {
    private final E5 parent;

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

    public E5 _section() {
      return parent;
    }

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

  public static class Section6 extends Section> {
    private final E6 parent;

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

    public E6 _section() {
      return parent;
    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy