public class IssueConstantOption extends AbstractOption implements Option
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
IssueConstantOption(IssueConstant constant) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getId() |
String |
getImagePath() |
String |
getName() |
boolean |
isSubTask() |
compareTo, equals, getChildOptions, getCssClass, getImagePathHtml, hashCode
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getChildOptions, getCssClass, getImagePathHtml
public static final org.apache.commons.collections.Transformer TRANSFORMER
public static final org.apache.commons.collections.Predicate STANDARD_OPTIONS_PREDICATE
public static final org.apache.commons.collections.Predicate SUB_TASK_OPTIONS_PREDICATE
public IssueConstantOption(IssueConstant constant)
public String getDescription()
getDescription
in interface Option
public String getImagePath()
getImagePath
in interface Option
getImagePath
in class AbstractOption
public boolean isSubTask()
Copyright © 2002-2015 Atlassian. All Rights Reserved.