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