@Generated public class

QCustomFieldOption

extends JiraRelationalPathBase<T>
java.lang.Object
   ↳ com.mysema.query.types.expr.DslExpression<T>
     ↳ com.mysema.query.types.expr.SimpleExpression<T>
       ↳ com.mysema.query.types.path.BeanPath<T>
         ↳ com.mysema.query.sql.RelationalPathBase<T>
           ↳ com.atlassian.jira.model.querydsl.JiraRelationalPathBase<T>
             ↳ com.atlassian.jira.model.querydsl.QCustomFieldOption

Class Overview

QCustomFieldOption is a Querydsl query object.

Generated by the JIRA Querydsl code generation tool - https://bitbucket.org/atlassian/jira-querydsl-codegen/

Summary

Fields
public static final QCustomFieldOption CUSTOM_FIELD_OPTION
public final NumberPath<Long> customfield
public final NumberPath<Long> customfieldconfig
public final StringPath disabled
public final NumberPath<Long> id
public final NumberPath<Long> parentoptionid
public final NumberPath<Long> sequence
public final StringPath type
public final StringPath value
[Expand]
Inherited Fields
From class com.mysema.query.types.expr.DslExpression
Public Constructors
QCustomFieldOption(String alias)
Public Methods
String getEntityName()
Returns the ofbiz model's entity name for this query object.
NumberPath<Long> getNumericIdPath()
[Expand]
Inherited Methods
From class com.atlassian.jira.model.querydsl.JiraRelationalPathBase
From class com.mysema.query.sql.RelationalPathBase
From class com.mysema.query.types.path.BeanPath
From class com.mysema.query.types.expr.SimpleExpression
From class com.mysema.query.types.expr.DslExpression
From class java.lang.Object
From interface com.mysema.query.sql.RelationalPath
From interface com.mysema.query.types.EntityPath
From interface com.mysema.query.types.Expression
From interface com.mysema.query.types.Path
From interface com.mysema.query.types.ProjectionRole

Fields

public static final QCustomFieldOption CUSTOM_FIELD_OPTION

public final NumberPath<Long> customfield

public final NumberPath<Long> customfieldconfig

public final StringPath disabled

public final NumberPath<Long> id

public final NumberPath<Long> parentoptionid

public final NumberPath<Long> sequence

public final StringPath type

public final StringPath value

Public Constructors

public QCustomFieldOption (String alias)

Public Methods

public String getEntityName ()

Returns the ofbiz model's entity name for this query object.

Returns
  • the ofbiz model's entity name for this query object.

public NumberPath<Long> getNumericIdPath ()