com.atlassian.jira.jql.context
Class AllIssueTypesContext

java.lang.Object
  extended by com.atlassian.jira.jql.context.AllIssueTypesContext
All Implemented Interfaces:
IssueTypeContext

public class AllIssueTypesContext
extends java.lang.Object
implements IssueTypeContext

Represents the special case of all issue types in an unenumerated form.

Since:
v4.0

Field Summary
static AllIssueTypesContext INSTANCE
           
 
Method Summary
static AllIssueTypesContext getInstance()
           
 java.lang.String getIssueTypeId()
           
 boolean isAll()
          Indicates the special case of all issue types that are not enumerated.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final AllIssueTypesContext INSTANCE
Method Detail

getInstance

public static AllIssueTypesContext getInstance()

getIssueTypeId

public java.lang.String getIssueTypeId()
Specified by:
getIssueTypeId in interface IssueTypeContext
Returns:
the issue type id for this context element.

isAll

public boolean isAll()
Description copied from interface: IssueTypeContext
Indicates the special case of all issue types that are not enumerated. If this is true then the value for issueTypeId will be null.

Specified by:
isAll in interface IssueTypeContext
Returns:
true if all, false otherwise.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2002-2010 Atlassian. All Rights Reserved.