com.atlassian.jira.issue.fields.option
Class IssueConstantOption

java.lang.Object
  extended by com.atlassian.jira.issue.fields.option.AbstractOption
      extended by com.atlassian.jira.issue.fields.option.IssueConstantOption
All Implemented Interfaces:
Option, Comparable

public class IssueConstantOption
extends AbstractOption
implements Option


Field Summary
static org.apache.commons.collections.Predicate STANDARD_OPTIONS_PREDICATE
           
static org.apache.commons.collections.Predicate SUB_TASK_OPTIONS_PREDICATE
           
static org.apache.commons.collections.Transformer TRANSFORMER
           
 
Constructor Summary
IssueConstantOption(IssueConstant constant)
           
 
Method Summary
 String getDescription()
           
 String getId()
           
 String getImagePath()
           
 String getName()
           
 boolean isSubTask()
           
 
Methods inherited from class com.atlassian.jira.issue.fields.option.AbstractOption
compareTo, equals, getChildOptions, getCssClass, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.issue.fields.option.Option
getChildOptions, getCssClass
 

Field Detail

TRANSFORMER

public static final org.apache.commons.collections.Transformer TRANSFORMER

STANDARD_OPTIONS_PREDICATE

public static final org.apache.commons.collections.Predicate STANDARD_OPTIONS_PREDICATE

SUB_TASK_OPTIONS_PREDICATE

public static final org.apache.commons.collections.Predicate SUB_TASK_OPTIONS_PREDICATE
Constructor Detail

IssueConstantOption

public IssueConstantOption(IssueConstant constant)
Method Detail

getId

public String getId()
Specified by:
getId in interface Option

getName

public String getName()
Specified by:
getName in interface Option

getDescription

public String getDescription()
Specified by:
getDescription in interface Option

getImagePath

public String getImagePath()
Specified by:
getImagePath in interface Option
Overrides:
getImagePath in class AbstractOption

isSubTask

public boolean isSubTask()


Copyright © 2002-2010 Atlassian. All Rights Reserved.