org.seleniumhq.selenium.fluent
Class Period.Seconds

java.lang.Object
  extended by org.seleniumhq.selenium.fluent.Period
      extended by org.seleniumhq.selenium.fluent.Period.Milliseconds
          extended by org.seleniumhq.selenium.fluent.Period.Seconds
Direct Known Subclasses:
Period.Minutes
Enclosing class:
Period

public static class Period.Seconds
extends Period.Milliseconds


Nested Class Summary
 
Nested classes/interfaces inherited from class org.seleniumhq.selenium.fluent.Period
Period.Milliseconds, Period.Minutes, Period.Seconds
 
Constructor Summary
Period.Seconds(int secs)
           
 
Method Summary
 int howLong()
           
 TimeUnit timeUnit()
           
 String toString()
           
 
Methods inherited from class org.seleniumhq.selenium.fluent.Period.Milliseconds
getEndMillis
 
Methods inherited from class org.seleniumhq.selenium.fluent.Period
millis, mins, secs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Period.Seconds

public Period.Seconds(int secs)
Method Detail

howLong

public int howLong()
Overrides:
howLong in class Period.Milliseconds

timeUnit

public TimeUnit timeUnit()
Overrides:
timeUnit in class Period.Milliseconds

toString

public String toString()
Overrides:
toString in class Period.Milliseconds


Copyright © 2013. All Rights Reserved.