Package org.cyclos.entities.system
Class QCustomWizardFieldPossibleValue
- 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<CustomWizardFieldPossibleValue>
-
- org.cyclos.entities.system.QCustomWizardFieldPossibleValue
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<CustomWizardFieldPossibleValue>,com.querydsl.core.types.Expression<CustomWizardFieldPossibleValue>,com.querydsl.core.types.Path<CustomWizardFieldPossibleValue>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QCustomWizardFieldPossibleValue extends com.querydsl.core.types.dsl.EntityPathBase<CustomWizardFieldPossibleValue>QCustomWizardFieldPossibleValue is a Querydsl query type for CustomWizardFieldPossibleValue- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QCustomFieldPossibleValue_superprotected QCustomWizardFieldPossibleValueCategorycategorystatic QCustomWizardFieldPossibleValuecustomWizardFieldPossibleValuecom.querydsl.core.types.dsl.BooleanPathdefaultValueprotected QCustomWizardFieldfieldcom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.StringPathinternalNameQIntegerordercom.querydsl.core.types.dsl.StringPathvalueQIntegerversion
-
Constructor Summary
Constructors Constructor Description QCustomWizardFieldPossibleValue(com.querydsl.core.types.Path<? extends CustomWizardFieldPossibleValue> path)QCustomWizardFieldPossibleValue(com.querydsl.core.types.PathMetadata metadata)QCustomWizardFieldPossibleValue(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QCustomWizardFieldPossibleValue(Class<? extends CustomWizardFieldPossibleValue> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QCustomWizardFieldPossibleValue(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QCustomWizardFieldPossibleValueCategorycategory()QCustomWizardFieldfield()-
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
-
customWizardFieldPossibleValue
public static final QCustomWizardFieldPossibleValue customWizardFieldPossibleValue
-
_super
public final QCustomFieldPossibleValue _super
-
category
protected QCustomWizardFieldPossibleValueCategory category
-
defaultValue
public final com.querydsl.core.types.dsl.BooleanPath defaultValue
-
field
protected QCustomWizardField field
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
internalName
public final com.querydsl.core.types.dsl.StringPath internalName
-
order
public final QInteger order
-
value
public final com.querydsl.core.types.dsl.StringPath value
-
version
public final QInteger version
-
-
Constructor Detail
-
QCustomWizardFieldPossibleValue
public QCustomWizardFieldPossibleValue(String variable)
-
QCustomWizardFieldPossibleValue
public QCustomWizardFieldPossibleValue(com.querydsl.core.types.Path<? extends CustomWizardFieldPossibleValue> path)
-
QCustomWizardFieldPossibleValue
public QCustomWizardFieldPossibleValue(com.querydsl.core.types.PathMetadata metadata)
-
QCustomWizardFieldPossibleValue
public QCustomWizardFieldPossibleValue(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QCustomWizardFieldPossibleValue
public QCustomWizardFieldPossibleValue(Class<? extends CustomWizardFieldPossibleValue> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
category
public QCustomWizardFieldPossibleValueCategory category()
-
field
public QCustomWizardField field()
-
-