|
SASAX API - 1.5 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.ParserWrap | +--jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.HourParser
Parser for hour(hh) part.
This sets
HOUR
value.
Constructor Summary | |
DateTimeFormat.HourParser(DateTimeFormat.Parser next)
Constructor. |
|
DateTimeFormat.HourParser(DateTimeFormat.Parser next,
boolean prefix)
Constructor. |
Methods inherited from class jp.ne.dti.lares.foozy.sasax.glue.DateTimeFormat.ParserWrap |
accepts, parse, set |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DateTimeFormat.HourParser(DateTimeFormat.Parser next)
This is equivalent to
HourParser(next, false)
.
next
- parser for string after hour part.public DateTimeFormat.HourParser(DateTimeFormat.Parser next, boolean prefix)
This requires 'T' prefix,
when prefix
is true.
next
- parser for string after hour part.prefix
- is required or not
|
SASAX API - 1.5 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |