com.netgrif.application.engine.petrinet.domain.layout.QTaskLayout Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of application-engine Show documentation
Show all versions of application-engine Show documentation
System provides workflow management functions including user, role and data management.
package com.netgrif.application.engine.petrinet.domain.layout;
import static com.querydsl.core.types.PathMetadataFactory.*;
import com.querydsl.core.types.dsl.*;
import com.querydsl.core.types.PathMetadata;
import javax.annotation.processing.Generated;
import com.querydsl.core.types.Path;
/**
* QTaskLayout is a Querydsl query type for TaskLayout
*/
@Generated("com.querydsl.codegen.DefaultEmbeddableSerializer")
public class QTaskLayout extends BeanPath {
private static final long serialVersionUID = 257628408L;
public static final QTaskLayout taskLayout = new QTaskLayout("taskLayout");
public final QFormLayout _super = new QFormLayout(this);
//inherited
public final NumberPath cols = _super.cols;
//inherited
public final StringPath compactDirection = _super.compactDirection;
public final StringPath fieldAlignment = createString("fieldAlignment");
//inherited
public final StringPath hideEmptyRows = _super.hideEmptyRows;
public final NumberPath offset = createNumber("offset", Integer.class);
//inherited
public final NumberPath rows = _super.rows;
//inherited
public final StringPath type = _super.type;
public QTaskLayout(String variable) {
super(TaskLayout.class, forVariable(variable));
}
public QTaskLayout(Path extends TaskLayout> path) {
super(path.getType(), path.getMetadata());
}
public QTaskLayout(PathMetadata metadata) {
super(TaskLayout.class, metadata);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy