org.eclipse.higgins.icard.io
Interface IElementFormat

All Known Subinterfaces:
IXMLElementFormat

public interface IElementFormat

This interface and its sub-interfaces provides an information about input/output element format.


Field Summary
static String BINARY_ELEMENT_FORMAT
          Constant representing binary format of IElements.
static String XML_ELEMENT_FORMAT
          Constant representing XML format of IElements.
 
Method Summary
 String getFormatID()
          Returns string id of data format used by IElements at input/output operations.
 

Field Detail

XML_ELEMENT_FORMAT

static final String XML_ELEMENT_FORMAT
Constant representing XML format of IElements.

See Also:
Constant Field Values

BINARY_ELEMENT_FORMAT

static final String BINARY_ELEMENT_FORMAT
Constant representing binary format of IElements.

See Also:
Constant Field Values
Method Detail

getFormatID

String getFormatID()
Returns string id of data format used by IElements at input/output operations.