|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.Duration
public class Duration
A representation of duration as a numeric value and a display string. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
Duration()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
java.lang.String |
getText()
A string representation of the duration value. |
double |
getValue()
The duration in seconds. |
void |
setText(java.lang.String text)
A string representation of the duration value. |
void |
setValue(double value)
The duration in seconds. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Duration()
Method Detail |
---|
public final java.lang.String getText()
public final double getValue()
public final void setText(java.lang.String text)
public final void setValue(double value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |