public class

IssueTypeContextImpl

extends Object
implements IssueTypeContext
java.lang.Object
   ↳ com.atlassian.jira.jql.context.IssueTypeContextImpl

Summary

Public Constructors
IssueTypeContextImpl(String issueTypeId)
Public Methods
boolean equals(Object o)
String getIssueTypeId()
int hashCode()
boolean isAll()
Indicates the special case of all issue types that are not enumerated.
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.jql.context.IssueTypeContext

Public Constructors

public IssueTypeContextImpl (String issueTypeId)

Public Methods

public boolean equals (Object o)

public String getIssueTypeId ()

public int hashCode ()

public boolean isAll ()

Indicates the special case of all issue types that are not enumerated. If this is true then the value for issueTypeId will be null.

Returns
  • true if all, false otherwise.

public String toString ()