Class AbstractOption
java.lang.Object
com.atlassian.jira.issue.fields.option.AbstractOption
- All Implemented Interfaces:
Option,Comparable
- Direct Known Subclasses:
AbstractChildOption,FieldConfigSchemeOption,GroupOption,IssueConstantOption,ProjectOption,TextOption
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanReturns a list of dependent child options.Returns the HTML-encoded image path for this Option.inthashCode()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.issue.fields.option.Option
getDescription, getId, getName
-
Constructor Details
-
AbstractOption
public AbstractOption()
-
-
Method Details
-
getImagePath
- Specified by:
getImagePathin interfaceOption
-
getImagePathHtml
Description copied from interface:OptionReturns the HTML-encoded image path for this Option.- Specified by:
getImagePathHtmlin interfaceOption- Returns:
- an HTML-encoded image path
- See Also:
-
getCssClass
- Specified by:
getCssClassin interfaceOption
-
getChildOptions
Description copied from interface:OptionReturns a list of dependent child options. Returns empty list if no children- Specified by:
getChildOptionsin interfaceOption- Returns:
- List of
Optionobjects. (empty list if no children)
-
equals
-
compareTo
- Specified by:
compareToin interfaceComparable
-
hashCode
public int hashCode()
-