|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DurationConverter
DurationConverter defines how an object is converted to a millisecond duration.
Method Summary | |
---|---|
long |
getDurationMillis(Object object)
Extracts the millis from an object of this convertor's type. |
Methods inherited from interface org.joda.time.convert.Converter |
---|
getSupportedType |
Method Detail |
---|
long getDurationMillis(Object object)
object
- the object to convert, must not be null
ClassCastException
- if the object is invalid
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |