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

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

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

import javax.annotation.Generated;

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

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

  public static class Ruby0 extends Ruby {
    Ruby0() {
    }

    public Ruby0 _ruby() {
      return this;
    }

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

  public static class Ruby1 extends Ruby> {
    private final E1 parent;

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

    public E1 _ruby() {
      return parent;
    }

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

  public static class Ruby2 extends Ruby> {
    private final E2 parent;

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

    public E2 _ruby() {
      return parent;
    }

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

  public static class Ruby3 extends Ruby> {
    private final E3 parent;

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

    public E3 _ruby() {
      return parent;
    }

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

  public static class Ruby4 extends Ruby> {
    private final E4 parent;

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

    public E4 _ruby() {
      return parent;
    }

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

  public static class Ruby5 extends Ruby> {
    private final E5 parent;

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

    public E5 _ruby() {
      return parent;
    }

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

  public static class Ruby6 extends Ruby> {
    private final E6 parent;

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

    public E6 _ruby() {
      return parent;
    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy