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, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetChildOptions, getCssClass, getImagePathHtmlpublic 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 Optionpublic String getImagePath()
getImagePath in interface OptiongetImagePath in class AbstractOptionpublic boolean isSubTask()
Copyright © 2002-2015 Atlassian. All Rights Reserved.