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

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

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

  public static class Time0 extends Time {
    Time0() {
    }

    public Time0 _time() {
      return this;
    }

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

  public static class Time1 extends Time> {
    private final E1 parent;

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

    public E1 _time() {
      return parent;
    }

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

  public static class Time2 extends Time> {
    private final E2 parent;

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

    public E2 _time() {
      return parent;
    }

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

  public static class Time3 extends Time> {
    private final E3 parent;

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

    public E3 _time() {
      return parent;
    }

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

  public static class Time4 extends Time> {
    private final E4 parent;

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

    public E4 _time() {
      return parent;
    }

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

  public static class Time5 extends Time> {
    private final E5 parent;

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

    public E5 _time() {
      return parent;
    }

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

  public static class Time6 extends Time> {
    private final E6 parent;

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

    public E6 _time() {
      return parent;
    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy