|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataFormat | |
---|---|
com.reverseXSL.message | |
com.reverseXSL.types |
Uses of DataFormat in com.reverseXSL.message |
---|
Methods in com.reverseXSL.message that return DataFormat | |
---|---|
DataFormat |
Data.getFormat()
Get the data format type. |
DataFormat |
Data.identify()
Inspect data and set the data format type. |
static DataFormat |
Data.identify(java.lang.String msg)
Attempts an identification of the data format based on a short string. |
Uses of DataFormat in com.reverseXSL.types |
---|
Fields in com.reverseXSL.types declared as DataFormat | |
---|---|
static DataFormat |
DataFormat.ANY
DataFormat data can be anything; it is unspecified. |
static DataFormat |
DataFormat.BINARY
Full transparent binary content that must be preserved from any alteration |
static DataFormat |
DataFormat.CSV
A text-oriented dataFormat with Comma Separated Values; also holds for ';', tabs and other usual separators. |
static DataFormat |
DataFormat.EDIFACT
An EDIFACT interchange as defined by standard ISO 9735 (made by United Nations Trade Facilitation Committee). |
static DataFormat |
DataFormat.IATA
A standard IATA message for IMP, AHM, SSIM and other sub-brands, starting with a Type-B SITA header. |
static DataFormat |
DataFormat.PROPRIETARY
A bilaterally agreed format, a corporate flat file. |
static DataFormat |
DataFormat.SWIFT
A standard financial message as defined in the SWIFT FIN User Handbook. |
static DataFormat[] |
DataFormat.table
May be used to iterate over all possible enumeration values. |
static DataFormat |
DataFormat.TEXT
Plain human readable text |
static DataFormat |
DataFormat.TRADACOMS
A Standard TRADACOMS message as edited by the UK Article Numbering Association. |
static DataFormat |
DataFormat.X12
The American National Standard ANSI X12, published by NIST. |
static DataFormat |
DataFormat.XML
a valid XML document |
Methods in com.reverseXSL.types that return DataFormat | |
---|---|
static DataFormat |
DataFormat.find(java.lang.String key)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |