com.atlassian.jira.jql.context
Class IssueTypeContextImpl

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

public class IssueTypeContextImpl
extends java.lang.Object
implements IssueTypeContext

Since:
v4.0

Constructor Summary
IssueTypeContextImpl(java.lang.String issueTypeId)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getIssueTypeId()
           
 int hashCode()
           
 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, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IssueTypeContextImpl

public IssueTypeContextImpl(java.lang.String issueTypeId)
Method Detail

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.

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

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


Copyright © 2002-2010 Atlassian. All Rights Reserved.