com.netgrif.application.engine.petrinet.domain.QImported 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;
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;
/**
* QImported is a Querydsl query type for Imported
*/
@Generated("com.querydsl.codegen.DefaultEmbeddableSerializer")
public class QImported extends BeanPath {
private static final long serialVersionUID = 673710847L;
public static final QImported imported = new QImported("imported");
public final StringPath importId = createString("importId");
public QImported(String variable) {
super(Imported.class, forVariable(variable));
}
public QImported(Path extends Imported> path) {
super(path.getType(), path.getMetadata());
}
public QImported(PathMetadata metadata) {
super(Imported.class, metadata);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy