Class QPTArc

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

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

      Constructors 
      Constructor Description
      QPTArc​(com.querydsl.core.types.Path<? extends PTArc> path)  
      QPTArc​(com.querydsl.core.types.PathMetadata metadata)  
      QPTArc​(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)  
      QPTArc​(java.lang.Class<? extends PTArc> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)  
      QPTArc​(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

      • pTArc

        public static final QPTArc pTArc
      • _super

        public final QArc _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

      • QPTArc

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

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

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

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

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