It represents methods that are required to convert between the internal and the various external representations of tables and containers.
Public Member Functions | |
String | toXML () throws ConversionException |
void | fromXML (String xml) throws ConversionException |
String | toVOTable () throws ConversionException |
void | fromVOTable (String vo) throws ConversionException |
byte[] | toFITS () throws ConversionException |
void | fromFITS (byte[] fits) throws ConversionException |
void | setEntity (Entity e) |
Entity | getEntity () |
String | getName () |
int | size () |