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

com.netgrif.application.engine.petrinet.domain.layout.QTaskLayout Maven / Gradle / Ivy

Go to download

System provides workflow management functions including user, role and data management.

There is a newer version: 6.3.3
Show newest version
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 path) {
        super(path.getType(), path.getMetadata());
    }

    public QTaskLayout(PathMetadata metadata) {
        super(TaskLayout.class, metadata);
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy