|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.votable.DataFormat
public class DataFormat
Class of objects representing the different serialization formats into which VOTable cell data can be written. This class exemplifies the typesafe enum pattern.
Field Summary | |
---|---|
static DataFormat |
BINARY
Raw binary format. |
static DataFormat |
BINARY2
Binary format with additional null flags. |
static DataFormat |
FITS
FITS format. |
static DataFormat |
TABLEDATA
TABLEDATA format (pure XML). |
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final DataFormat TABLEDATA
public static final DataFormat FITS
public static final DataFormat BINARY
public static final DataFormat BINARY2
Method Detail |
---|
public String toString()
toString
in class Object
|
Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |