Class QFileListField
- java.lang.Object
-
- com.querydsl.core.types.dsl.DslExpression<T>
-
- com.querydsl.core.types.dsl.SimpleExpression<T>
-
- com.querydsl.core.types.dsl.BeanPath<T>
-
- com.querydsl.core.types.dsl.EntityPathBase<FileListField>
-
- com.netgrif.application.engine.petrinet.domain.dataset.QFileListField
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<FileListField>
,com.querydsl.core.types.Expression<FileListField>
,com.querydsl.core.types.Path<FileListField>
,java.io.Serializable
@Generated("com.querydsl.codegen.DefaultEntitySerializer") public class QFileListField extends com.querydsl.core.types.dsl.EntityPathBase<FileListField>
QFileListField is a Querydsl query type for FileListField- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QObjectId
_id
QStorageField
_super
QObjectNode
behavior
QComponent
component
com.querydsl.core.types.dsl.SimplePath<FileListFieldValue>
defaultValue
QI18nString
description
com.querydsl.core.types.dsl.BooleanPath
dynamicDefaultValue
com.querydsl.core.types.dsl.StringPath
encryption
com.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent>
events
static QFileListField
fileListField
QFormat
format
com.querydsl.core.types.dsl.BooleanPath
immediate
com.querydsl.core.types.dsl.StringPath
importId
QExpression
initExpression
QFieldLayout
layout
com.querydsl.core.types.dsl.NumberPath<java.lang.Integer>
length
QI18nString
name
com.querydsl.core.types.dsl.NumberPath<java.lang.Long>
order
com.querydsl.core.types.dsl.StringPath
parentCaseId
com.querydsl.core.types.dsl.StringPath
parentTaskId
QI18nString
placeholder
QStorage
storage
com.querydsl.core.types.dsl.StringPath
storageType
com.querydsl.core.types.dsl.StringPath
stringId
com.querydsl.core.types.dsl.EnumPath<FieldType>
type
com.querydsl.core.types.dsl.ListPath<Validation,QValidation>
validations
com.querydsl.core.types.dsl.SimplePath<FileListFieldValue>
value
-
Constructor Summary
Constructors Constructor Description QFileListField(com.querydsl.core.types.Path<? extends FileListField> path)
QFileListField(com.querydsl.core.types.PathMetadata metadata)
QFileListField(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
QFileListField(java.lang.Class<? extends FileListField> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
QFileListField(java.lang.String variable)
-
Method Summary
-
Methods inherited from class com.querydsl.core.types.dsl.BeanPath
accept, add, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAny
-
Methods inherited from class com.querydsl.core.types.dsl.SimpleExpression
as, as, count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, when
-
Methods inherited from class com.querydsl.core.types.dsl.DslExpression
equals, getType, hashCode, toString
-
-
-
-
Field Detail
-
fileListField
public static final QFileListField fileListField
-
_super
public final QStorageField _super
-
_id
public final QObjectId _id
-
behavior
public final QObjectNode behavior
-
component
public final QComponent component
-
defaultValue
public final com.querydsl.core.types.dsl.SimplePath<FileListFieldValue> defaultValue
-
description
public final QI18nString description
-
dynamicDefaultValue
public final com.querydsl.core.types.dsl.BooleanPath dynamicDefaultValue
-
encryption
public final com.querydsl.core.types.dsl.StringPath encryption
-
events
public final com.querydsl.core.types.dsl.MapPath<DataEventType,DataEvent,QDataEvent> events
-
format
public final QFormat format
-
immediate
public final com.querydsl.core.types.dsl.BooleanPath immediate
-
importId
public final com.querydsl.core.types.dsl.StringPath importId
-
initExpression
public final QExpression initExpression
-
layout
public final QFieldLayout layout
-
length
public final com.querydsl.core.types.dsl.NumberPath<java.lang.Integer> length
-
name
public final QI18nString name
-
order
public final com.querydsl.core.types.dsl.NumberPath<java.lang.Long> order
-
parentCaseId
public final com.querydsl.core.types.dsl.StringPath parentCaseId
-
parentTaskId
public final com.querydsl.core.types.dsl.StringPath parentTaskId
-
placeholder
public final QI18nString placeholder
-
storage
public final QStorage storage
-
storageType
public final com.querydsl.core.types.dsl.StringPath storageType
-
stringId
public final com.querydsl.core.types.dsl.StringPath stringId
-
type
public final com.querydsl.core.types.dsl.EnumPath<FieldType> type
-
validations
public final com.querydsl.core.types.dsl.ListPath<Validation,QValidation> validations
-
value
public final com.querydsl.core.types.dsl.SimplePath<FileListFieldValue> value
-
-
Constructor Detail
-
QFileListField
public QFileListField(java.lang.String variable)
-
QFileListField
public QFileListField(com.querydsl.core.types.Path<? extends FileListField> path)
-
QFileListField
public QFileListField(com.querydsl.core.types.PathMetadata metadata)
-
QFileListField
public QFileListField(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QFileListField
public QFileListField(java.lang.Class<? extends FileListField> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-