com.atlassian.jira.webtest.framework.core.component
Class Options.LabelOption

java.lang.Object
  extended by com.atlassian.jira.webtest.framework.core.component.Options.LabelOption
All Implemented Interfaces:
Option
Enclosing class:
Options

public static class Options.LabelOption
extends Object


Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String id()
          Option ID.
 String label()
          User-visible label of the option.
 String value()
          Option value, which is actually its unique key in the collection of options.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

id

public String id()
Description copied from interface: Option
Option ID.

Specified by:
id in interface Option
Returns:
id

value

public String value()
Description copied from interface: Option
Option value, which is actually its unique key in the collection of options.

Specified by:
value in interface Option
Returns:
value

label

public String label()
Description copied from interface: Option
User-visible label of the option.

Specified by:
label in interface Option
Returns:
label

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2013 Atlassian. All Rights Reserved.