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

com.netgrif.application.engine.petrinet.domain.dataset.QFileField 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.dataset;

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;
import com.querydsl.core.types.dsl.PathInits;


/**
 * QFileField is a Querydsl query type for FileField
 */
@Generated("com.querydsl.codegen.DefaultEntitySerializer")
public class QFileField extends EntityPathBase {

    private static final long serialVersionUID = 1037921613L;

    private static final PathInits INITS = PathInits.DIRECT2;

    public static final QFileField fileField = new QFileField("fileField");

    public final QField _super;

    // inherited
    public final org.bson.types.QObjectId _id;

    // inherited
    public final com.fasterxml.jackson.databind.node.QObjectNode behavior;

    // inherited
    public final com.netgrif.application.engine.petrinet.domain.QComponent component;

    public final SimplePath defaultValue = createSimple("defaultValue", FileFieldValue.class);

    // inherited
    public final com.netgrif.application.engine.petrinet.domain.QI18nString description;

    //inherited
    public final BooleanPath dynamicDefaultValue;

    //inherited
    public final StringPath encryption;

    //inherited
    public final MapPath events;

    // custom
    // inherited
    public final com.netgrif.application.engine.petrinet.domain.QFormat format;

    //inherited
    public final BooleanPath immediate;

    //inherited
    public final StringPath importId;

    // inherited
    public final com.netgrif.application.engine.petrinet.domain.dataset.logic.action.runner.QExpression initExpression;

    // inherited
    public final com.netgrif.application.engine.petrinet.domain.dataset.logic.QFieldLayout layout;

    //inherited
    public final NumberPath length;

    // inherited
    public final com.netgrif.application.engine.petrinet.domain.QI18nString name;

    //inherited
    public final NumberPath order;

    //inherited
    public final StringPath parentCaseId;

    //inherited
    public final StringPath parentTaskId;

    // inherited
    public final com.netgrif.application.engine.petrinet.domain.QI18nString placeholder;

    public final BooleanPath remote = createBoolean("remote");

    //inherited
    public final StringPath stringId;

    public final EnumPath type = createEnum("type", FieldType.class);

    //inherited
    public final ListPath validations;

    public final SimplePath value = createSimple("value", FileFieldValue.class);

    public QFileField(String variable) {
        this(FileField.class, forVariable(variable), INITS);
    }

    public QFileField(Path path) {
        this(path.getType(), path.getMetadata(), PathInits.getFor(path.getMetadata(), INITS));
    }

    public QFileField(PathMetadata metadata) {
        this(metadata, PathInits.getFor(metadata, INITS));
    }

    public QFileField(PathMetadata metadata, PathInits inits) {
        this(FileField.class, metadata, inits);
    }

    public QFileField(Class type, PathMetadata metadata, PathInits inits) {
        super(type, metadata, inits);
        this._super = new QField(type, metadata, inits);
        this._id = _super._id;
        this.behavior = _super.behavior;
        this.component = _super.component;
        this.description = _super.description;
        this.dynamicDefaultValue = _super.dynamicDefaultValue;
        this.encryption = _super.encryption;
        this.events = _super.events;
        this.format = _super.format;
        this.immediate = _super.immediate;
        this.importId = _super.importId;
        this.initExpression = _super.initExpression;
        this.layout = _super.layout;
        this.length = _super.length;
        this.name = _super.name;
        this.order = _super.order;
        this.parentCaseId = _super.parentCaseId;
        this.parentTaskId = _super.parentTaskId;
        this.placeholder = _super.placeholder;
        this.stringId = _super.stringId;
        this.validations = _super.validations;
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy