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 Object
implements IssueTypeContext

Since:
v4.0

Constructor Summary
IssueTypeContextImpl(String issueTypeId)
           
 
Method Summary
 boolean equals(Object o)
           
 String getIssueTypeId()
           
 int hashCode()
           
 boolean isAll()
          Indicates the special case of all issue types that are not enumerated.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IssueTypeContextImpl

public IssueTypeContextImpl(String issueTypeId)
Method Detail

getIssueTypeId

public 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(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2009 Atlassian. All Rights Reserved.