com.etasoft.trans.transaction
Interface axDetectable
- All Known Implementing Classes:
- axEDIParser, axQDXMLParser
- public interface axDetectable
Detectable adapter interface.
Method Summary |
boolean |
detect(java.lang.String buffer)
Detect is it valid and recognized format. |
int |
getDetectedType()
Return type of the file detected. |
NONE
public static final int NONE
- See Also:
- Constant Field Values
DELIMITEDTEXT
public static final int DELIMITEDTEXT
- See Also:
- Constant Field Values
FIXEDTEXT
public static final int FIXEDTEXT
- See Also:
- Constant Field Values
X12
public static final int X12
- See Also:
- Constant Field Values
EDIFACT
public static final int EDIFACT
- See Also:
- Constant Field Values
HL7
public static final int HL7
- See Also:
- Constant Field Values
XML
public static final int XML
- See Also:
- Constant Field Values
detect
public boolean detect(java.lang.String buffer)
- Detect is it valid and recognized format.
getDetectedType
public int getDetectedType()
- Return type of the file detected.