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. 
 | 
short getFormat(java.lang.String format)
format - string matching a built in formatjava.lang.String getFormat(short index)
index - of a formatCopyright 2021 The Apache Software Foundation or its licensors, as applicable.