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

br.com.objectos.html.Rp 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 Rp> extends RpProto {
  Rp() {
  }

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

  public static class Rp0 extends Rp {
    Rp0() {
    }

    public Rp0 _rp() {
      return this;
    }

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

  public static class Rp1 extends Rp> {
    private final E1 parent;

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

    public E1 _rp() {
      return parent;
    }

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

  public static class Rp2 extends Rp> {
    private final E2 parent;

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

    public E2 _rp() {
      return parent;
    }

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

  public static class Rp3 extends Rp> {
    private final E3 parent;

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

    public E3 _rp() {
      return parent;
    }

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

  public static class Rp4 extends Rp> {
    private final E4 parent;

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

    public E4 _rp() {
      return parent;
    }

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

  public static class Rp5 extends Rp> {
    private final E5 parent;

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

    public E5 _rp() {
      return parent;
    }

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

  public static class Rp6 extends Rp> {
    private final E6 parent;

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

    public E6 _rp() {
      return parent;
    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy