com.netgrif.application.engine.petrinet.web.responsebodies.QArcImportReference 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;
/**
* QArcImportReference is a Querydsl query type for ArcImportReference
*/
@Generated("com.querydsl.codegen.DefaultEntitySerializer")
public class QArcImportReference extends EntityPathBase {
private static final long serialVersionUID = -749860488L;
private static final PathInits INITS = PathInits.DIRECT2;
public static final QArcImportReference arcImportReference = new QArcImportReference("arcImportReference");
public final com.netgrif.application.engine.petrinet.domain.QPetriNetObject _super;
// inherited
public final org.bson.types.QObjectId _id;
public final ListPath breakpoints = this.createList("breakpoints", com.netgrif.application.engine.petrinet.domain.Position.class, com.netgrif.application.engine.petrinet.domain.QPosition.class, PathInits.DIRECT2);
public final StringPath destinationId = createString("destinationId");
//inherited
public final StringPath importId;
public final NumberPath multiplicity = createNumber("multiplicity", Integer.class);
// inherited
public final org.bson.types.QObjectId objectId;
public final StringPath sourceId = createString("sourceId");
//inherited
public final StringPath stringId;
public final StringPath type = createString("type");
public QArcImportReference(String variable) {
this(ArcImportReference.class, forVariable(variable), INITS);
}
public QArcImportReference(Path extends ArcImportReference> path) {
this(path.getType(), path.getMetadata(), PathInits.getFor(path.getMetadata(), INITS));
}
public QArcImportReference(PathMetadata metadata) {
this(metadata, PathInits.getFor(metadata, INITS));
}
public QArcImportReference(PathMetadata metadata, PathInits inits) {
this(ArcImportReference.class, metadata, inits);
}
public QArcImportReference(Class extends ArcImportReference> type, PathMetadata metadata, PathInits inits) {
super(type, metadata, inits);
this._super = new com.netgrif.application.engine.petrinet.domain.QPetriNetObject(type, metadata, inits);
this._id = _super._id;
this.importId = _super.importId;
this.objectId = _super.objectId;
this.stringId = _super.stringId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy