com.netgrif.application.engine.petrinet.web.responsebodies.QPlaceImportReference 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.web.responsebodies;
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;
/**
* QPlaceImportReference is a Querydsl query type for PlaceImportReference
*/
@Generated("com.querydsl.codegen.DefaultEntitySerializer")
public class QPlaceImportReference extends EntityPathBase {
private static final long serialVersionUID = -112223965L;
private static final PathInits INITS = PathInits.DIRECT2;
public static final QPlaceImportReference placeImportReference = new QPlaceImportReference("placeImportReference");
public final com.netgrif.application.engine.petrinet.domain.QNode _super;
// inherited
public final org.bson.types.QObjectId _id;
//inherited
public final StringPath importId;
public final BooleanPath isStatic = createBoolean("isStatic");
// inherited
public final org.bson.types.QObjectId objectId;
// inherited
public final com.netgrif.application.engine.petrinet.domain.QPosition position;
//inherited
public final StringPath stringId;
// inherited
public final com.netgrif.application.engine.petrinet.domain.QI18nString title;
public final NumberPath tokens = createNumber("tokens", Integer.class);
public QPlaceImportReference(String variable) {
this(PlaceImportReference.class, forVariable(variable), INITS);
}
public QPlaceImportReference(Path extends PlaceImportReference> path) {
this(path.getType(), path.getMetadata(), PathInits.getFor(path.getMetadata(), INITS));
}
public QPlaceImportReference(PathMetadata metadata) {
this(metadata, PathInits.getFor(metadata, INITS));
}
public QPlaceImportReference(PathMetadata metadata, PathInits inits) {
this(PlaceImportReference.class, metadata, inits);
}
public QPlaceImportReference(Class extends PlaceImportReference> type, PathMetadata metadata, PathInits inits) {
super(type, metadata, inits);
this._super = new com.netgrif.application.engine.petrinet.domain.QNode(type, metadata, inits);
this._id = _super._id;
this.importId = _super.importId;
this.objectId = _super.objectId;
this.position = _super.position;
this.stringId = _super.stringId;
this.title = _super.title;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy