Package org.cyclos.entities.system
Class QIdentityProviderWizardStep
- 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<IdentityProviderWizardStep>
-
- org.cyclos.entities.system.QIdentityProviderWizardStep
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<IdentityProviderWizardStep>,com.querydsl.core.types.Expression<IdentityProviderWizardStep>,com.querydsl.core.types.Path<IdentityProviderWizardStep>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QIdentityProviderWizardStep extends com.querydsl.core.types.dsl.EntityPathBase<IdentityProviderWizardStep>QIdentityProviderWizardStep is a Querydsl query type for IdentityProviderWizardStep- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QCustomWizardStep_superprotected QCustomScriptcontentScriptcom.querydsl.core.types.dsl.StringPathcontentScriptParameterscom.querydsl.core.types.dsl.StringPathdescriptioncom.querydsl.core.types.dsl.NumberPath<Long>idstatic QIdentityProviderWizardStepidentityProviderWizardStepcom.querydsl.core.types.dsl.StringPathinformationTextcom.querydsl.core.types.dsl.StringPathinternalNamecom.querydsl.core.types.dsl.StringPathnamecom.querydsl.core.types.dsl.EnumPath<CustomWizardStepNature>natureQIntegerordercom.querydsl.core.types.dsl.StringPathtitleQIntegerversionprotected QCustomWizardwizard
-
Constructor Summary
Constructors Constructor Description QIdentityProviderWizardStep(com.querydsl.core.types.Path<? extends IdentityProviderWizardStep> path)QIdentityProviderWizardStep(com.querydsl.core.types.PathMetadata metadata)QIdentityProviderWizardStep(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QIdentityProviderWizardStep(Class<? extends IdentityProviderWizardStep> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QIdentityProviderWizardStep(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QCustomScriptcontentScript()QCustomWizardwizard()-
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
-
identityProviderWizardStep
public static final QIdentityProviderWizardStep identityProviderWizardStep
-
_super
public final QCustomWizardStep _super
-
contentScript
protected QCustomScript contentScript
-
contentScriptParameters
public final com.querydsl.core.types.dsl.StringPath contentScriptParameters
-
description
public final com.querydsl.core.types.dsl.StringPath description
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
informationText
public final com.querydsl.core.types.dsl.StringPath informationText
-
internalName
public final com.querydsl.core.types.dsl.StringPath internalName
-
name
public final com.querydsl.core.types.dsl.StringPath name
-
nature
public final com.querydsl.core.types.dsl.EnumPath<CustomWizardStepNature> nature
-
order
public final QInteger order
-
title
public final com.querydsl.core.types.dsl.StringPath title
-
version
public final QInteger version
-
wizard
protected QCustomWizard wizard
-
-
Constructor Detail
-
QIdentityProviderWizardStep
public QIdentityProviderWizardStep(String variable)
-
QIdentityProviderWizardStep
public QIdentityProviderWizardStep(com.querydsl.core.types.Path<? extends IdentityProviderWizardStep> path)
-
QIdentityProviderWizardStep
public QIdentityProviderWizardStep(com.querydsl.core.types.PathMetadata metadata)
-
QIdentityProviderWizardStep
public QIdentityProviderWizardStep(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QIdentityProviderWizardStep
public QIdentityProviderWizardStep(Class<? extends IdentityProviderWizardStep> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
contentScript
public QCustomScript contentScript()
-
wizard
public QCustomWizard wizard()
-
-