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

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

public class VersionOption
extends AbstractOption
implements Option


Field Summary
static Function<Version,Option> FUNCTION
           
 
Constructor Summary
VersionOption(Version version)
           
 
Method Summary
 String getDescription()
           
 String getId()
           
 String getName()
           
 
Methods inherited from class com.atlassian.jira.issue.fields.option.AbstractOption
compareTo, equals, getChildOptions, getCssClass, getImagePath, 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, getImagePath
 

Field Detail

FUNCTION

public static final Function<Version,Option> FUNCTION
Constructor Detail

VersionOption

public VersionOption(Version version)
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


Copyright © 2002-2009 Atlassian. All Rights Reserved.