|
ArcGIS Server Geoportal extension 10
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.text.Format
com.esri.gpt.framework.isodate.IsoDateFormat
public class IsoDateFormat
ISO Date format.
| Nested Class Summary | |
|---|---|
static class |
IsoDateFormat.Format
Types of ISO DATE formats. |
| Nested classes/interfaces inherited from class java.text.Format |
|---|
Format.Field |
| Constructor Summary | |
|---|---|
IsoDateFormat()
|
|
IsoDateFormat(IsoDateFormat.Format format)
|
|
| Method Summary | |
|---|---|
StringBuffer |
format(Object obj,
StringBuffer toAppendTo,
FieldPosition pos)
|
Date |
parseObject(String source)
|
Date |
parseObject(String source,
ParsePosition pos)
|
| Methods inherited from class java.text.Format |
|---|
clone, format, formatToCharacterIterator |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IsoDateFormat()
public IsoDateFormat(IsoDateFormat.Format format)
| Method Detail |
|---|
public StringBuffer format(Object obj,
StringBuffer toAppendTo,
FieldPosition pos)
format in class Format
public Date parseObject(String source,
ParsePosition pos)
parseObject in class Format
public Date parseObject(String source)
throws ParseException
parseObject in class FormatParseException
|
ArcGIS Server Geoportal extension 10
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||