public interface DataFormat
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFormat(short index)
get the format string that matches the given format index
|
short |
getFormat(java.lang.String format)
get the format index that matches the given format string.
|
java.lang.String |
getRawFormat(short index)
get the format string that matches the given format index, but it doesn't transfer the format by ZSS Context Locale
|
short getFormat(java.lang.String format)
format - string matching a built in formatjava.lang.String getFormat(short index)
index - of a formatjava.lang.String getRawFormat(short index)
index - of a formatCopyright © 2005-2010 Potix Corporation. All Rights Reserved.