com.atlassian.pageobjects.elements
Class Options.IdOption

java.lang.Object
  extended by com.atlassian.pageobjects.elements.Options.IdOption
All Implemented Interfaces:
Option
Enclosing class:
Options

public static class Options.IdOption
extends Object


Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String id()
          Option ID.
 String text()
          Text between the option tags
 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

text

public String text()
Description copied from interface: Option
Text between the option tags

Specified by:
text in interface Option
Returns:
text

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2014 Atlassian. All rights reserved.