com.atlassian.jira.issue.search.searchers.renderer
Class OptionWithValidity

java.lang.Object
  extended by com.atlassian.jira.issue.fields.option.AbstractOption
      extended by com.atlassian.jira.issue.fields.option.TextOption
          extended by com.atlassian.jira.issue.search.searchers.renderer.OptionWithValidity
All Implemented Interfaces:
Option, Comparable

public class OptionWithValidity
extends TextOption


Constructor Summary
OptionWithValidity(String id, String name)
           
 
Method Summary
 boolean isValid()
           
 
Methods inherited from class com.atlassian.jira.issue.fields.option.TextOption
getCssClass, getDescription, getId, getImagePath, getName, setCssClass, setDescription, setId, setImagePath, setName
 
Methods inherited from class com.atlassian.jira.issue.fields.option.AbstractOption
compareTo, equals, getChildOptions, getImagePathHtml, 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, getImagePathHtml
 

Constructor Detail

OptionWithValidity

public OptionWithValidity(String id,
                          String name)
Method Detail

isValid

public boolean isValid()


Copyright © 2002-2014 Atlassian. All Rights Reserved.