|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.text.Format
org.ggf.drmaa.PartialTimestampFormat
public class PartialTimestampFormat
Not relevant for the current GridWay implementation, will be ignored.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.text.Format |
---|
java.text.Format.Field |
Constructor Summary | |
---|---|
PartialTimestampFormat()
|
Method Summary | |
---|---|
java.lang.StringBuffer |
format(java.lang.Object obj,
java.lang.StringBuffer stringBuffer,
java.text.FieldPosition fieldPosition)
Not relevant for the current GridWay implementation, will be ignored. |
java.lang.String |
format(PartialTimestamp obj)
This method translate the PartialTimestamp instance in GridWay format. |
java.lang.StringBuffer |
format(PartialTimestamp obj,
java.lang.StringBuffer stringBuffer,
java.text.FieldPosition fieldPosition)
Not relevant for the current GridWay implementation, will be ignored. |
PartialTimestamp |
parse(java.lang.String string)
Not relevant for the current GridWay implementation, will be ignored. |
PartialTimestamp |
parse(java.lang.String string,
java.text.ParsePosition parsePosition)
Not relevant for the current GridWay implementation, will be ignored. |
java.lang.Object |
parseObject(java.lang.String string,
java.text.ParsePosition parsePosition)
Not relevant for the current GridWay implementation, will be ignored. |
Methods inherited from class java.text.Format |
---|
clone, format, formatToCharacterIterator, parseObject |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PartialTimestampFormat()
Method Detail |
---|
public java.lang.StringBuffer format(java.lang.Object obj, java.lang.StringBuffer stringBuffer, java.text.FieldPosition fieldPosition)
format
in class java.text.Format
public java.lang.StringBuffer format(PartialTimestamp obj, java.lang.StringBuffer stringBuffer, java.text.FieldPosition fieldPosition)
public java.lang.String format(PartialTimestamp obj)
obj
- The object to formatpublic PartialTimestamp parse(java.lang.String string) throws java.text.ParseException
java.text.ParseException
public PartialTimestamp parse(java.lang.String string, java.text.ParsePosition parsePosition)
public java.lang.Object parseObject(java.lang.String string, java.text.ParsePosition parsePosition)
parseObject
in class java.text.Format
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |