br.com.objectos.html.Tfoot Maven / Gradle / Ivy
The newest version!
package br.com.objectos.html;
import javax.annotation.Generated;
@Generated("br.com.objectos.html.ProtoTypeProcessor")
public abstract class Tfoot> extends TfootProto {
Tfoot() {
}
public static Tfoot0 get() {
return new Tfoot0();
}
public static class Tfoot0 extends Tfoot {
Tfoot0() {
}
public Tfoot0 _tfoot() {
return this;
}
@Override
Tfoot0 self() {
return this;
}
}
public static class Tfoot1 extends Tfoot> {
private final E1 parent;
Tfoot1(E1 parent) {
this.parent = parent;
}
public E1 _tfoot() {
return parent;
}
@Override
Tfoot1 self() {
return this;
}
}
public static class Tfoot2 extends Tfoot> {
private final E2 parent;
Tfoot2(E2 parent) {
this.parent = parent;
}
public E2 _tfoot() {
return parent;
}
@Override
Tfoot2 self() {
return this;
}
}
public static class Tfoot3 extends Tfoot> {
private final E3 parent;
Tfoot3(E3 parent) {
this.parent = parent;
}
public E3 _tfoot() {
return parent;
}
@Override
Tfoot3 self() {
return this;
}
}
public static class Tfoot4 extends Tfoot> {
private final E4 parent;
Tfoot4(E4 parent) {
this.parent = parent;
}
public E4 _tfoot() {
return parent;
}
@Override
Tfoot4 self() {
return this;
}
}
public static class Tfoot5 extends Tfoot> {
private final E5 parent;
Tfoot5(E5 parent) {
this.parent = parent;
}
public E5 _tfoot() {
return parent;
}
@Override
Tfoot5 self() {
return this;
}
}
public static class Tfoot6 extends Tfoot> {
private final E6 parent;
Tfoot6(E6 parent) {
this.parent = parent;
}
public E6 _tfoot() {
return parent;
}
@Override
Tfoot6 self() {
return this;
}
}
}