Class QInhibitorArc

  • All Implemented Interfaces:
    com.querydsl.core.types.EntityPath<InhibitorArc>, com.querydsl.core.types.Expression<InhibitorArc>, com.querydsl.core.types.Path<InhibitorArc>, java.io.Serializable

    @Generated("com.querydsl.codegen.DefaultEntitySerializer")
    public class QInhibitorArc
    extends com.querydsl.core.types.dsl.EntityPathBase<InhibitorArc>
    QInhibitorArc is a Querydsl query type for InhibitorArc
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      QInhibitorArc​(com.querydsl.core.types.Path<? extends InhibitorArc> path)  
      QInhibitorArc​(com.querydsl.core.types.PathMetadata metadata)  
      QInhibitorArc​(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)  
      QInhibitorArc​(java.lang.Class<? extends InhibitorArc> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)  
      QInhibitorArc​(java.lang.String variable)  
    • Method Summary

      • Methods inherited from class com.querydsl.core.types.dsl.EntityPathBase

        getMetadata
      • 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
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.querydsl.core.types.Expression

        accept, getType
      • Methods inherited from interface com.querydsl.core.types.Path

        getAnnotatedElement, getMetadata, getRoot
    • Field Detail

      • _super

        public final QPTArc _super
      • breakpoints

        public final com.querydsl.core.types.dsl.ListPath<Position,​QPosition> breakpoints
      • destination

        public final QNode destination
      • destinationId

        public final com.querydsl.core.types.dsl.StringPath destinationId
      • executable

        public final com.querydsl.core.types.dsl.BooleanPath executable
      • importId

        public final com.querydsl.core.types.dsl.StringPath importId
      • multiplicity

        public final com.querydsl.core.types.dsl.NumberPath<java.lang.Integer> multiplicity
      • place

        public final QPlace place
      • source

        public final QNode source
      • sourceId

        public final com.querydsl.core.types.dsl.StringPath sourceId
      • stringId

        public final com.querydsl.core.types.dsl.StringPath stringId
    • Constructor Detail

      • QInhibitorArc

        public QInhibitorArc​(java.lang.String variable)
      • QInhibitorArc

        public QInhibitorArc​(com.querydsl.core.types.Path<? extends InhibitorArc> path)
      • QInhibitorArc

        public QInhibitorArc​(com.querydsl.core.types.PathMetadata metadata)
      • QInhibitorArc

        public QInhibitorArc​(com.querydsl.core.types.PathMetadata metadata,
                             com.querydsl.core.types.dsl.PathInits inits)
      • QInhibitorArc

        public QInhibitorArc​(java.lang.Class<? extends InhibitorArc> type,
                             com.querydsl.core.types.PathMetadata metadata,
                             com.querydsl.core.types.dsl.PathInits inits)