Package cds.savot.model
Interface SimpleTypes
-
- All Known Implementing Classes:
Boundary,MarkupComment,SavotBase,SavotBinary,SavotCoosys,SavotData,SavotDefinitions,SavotField,SavotFieldRef,SavotFits,SavotGroup,SavotInfo,SavotLink,SavotMax,SavotMin,SavotOption,SavotParam,SavotParamRef,SavotResource,SavotStream,SavotTable,SavotTableData,SavotTD,SavotTR,SavotValues,SavotVOTable
public interface SimpleTypesThis interface will be used to reduce the memory usage
- Author:
- Andre Schaaff
-
-
Field Summary
Fields Modifier and Type Field Description static byteACTUALstatic byteBARYCENTRICstatic byteBASE64static byteBITstatic byteBOOLEANstatic byteCHARstatic java.lang.String[]COOSYSSYSTEMstatic java.lang.String[]DATATYPEstatic byteDOCstatic byteDOUBLEstatic byteDOUBLECOMPLEXstatic byteDYNAMICstatic byteECL_FK4static byteECL_FK5static java.lang.String[]ENCODINGTYPEstatic byteEQ_FK4static byteEQ_FK5static java.lang.String[]FIELDTYPEstatic byteFLOATstatic byteFLOATCOMPLEXstatic byteGALACTICstatic byteGEO_APPstatic byteGZIPstatic byteHIDDENstatic byteHINTSstatic byteICRSstatic byteINTstatic byteLEGALstatic java.lang.String[]LINKCONTENT_ROLEstatic byteLOCATIONstatic byteLONGstatic byteMETAstatic byteNOstatic byteNO_QUERYstatic byteNONEstatic byteONLOADstatic byteONREQUESTstatic byteOTHERstatic byteQUERYstatic java.lang.String[]RESOURCETYPEstatic byteRESULTSstatic byteSHORTstatic java.lang.String[]STREAMACTUATEstatic byteSUPERGALACTICstatic byteTRIGGERstatic byteUNICODECHARstatic byteUNSIGNEDBYTEstatic java.lang.String[]VALUESTYPEstatic java.lang.Stringversionstatic byteXYstatic byteYESstatic java.lang.String[]YESNO
-
-
-
Field Detail
-
DATATYPE
static final java.lang.String[] DATATYPE
-
version
static final java.lang.String version
- See Also:
- Constant Field Values
-
BOOLEAN
static final byte BOOLEAN
- See Also:
- Constant Field Values
-
BIT
static final byte BIT
- See Also:
- Constant Field Values
-
UNSIGNEDBYTE
static final byte UNSIGNEDBYTE
- See Also:
- Constant Field Values
-
SHORT
static final byte SHORT
- See Also:
- Constant Field Values
-
INT
static final byte INT
- See Also:
- Constant Field Values
-
LONG
static final byte LONG
- See Also:
- Constant Field Values
-
CHAR
static final byte CHAR
- See Also:
- Constant Field Values
-
UNICODECHAR
static final byte UNICODECHAR
- See Also:
- Constant Field Values
-
FLOAT
static final byte FLOAT
- See Also:
- Constant Field Values
-
DOUBLE
static final byte DOUBLE
- See Also:
- Constant Field Values
-
FLOATCOMPLEX
static final byte FLOATCOMPLEX
- See Also:
- Constant Field Values
-
DOUBLECOMPLEX
static final byte DOUBLECOMPLEX
- See Also:
- Constant Field Values
-
YESNO
static final java.lang.String[] YESNO
-
YES
static final byte YES
- See Also:
- Constant Field Values
-
NO
static final byte NO
- See Also:
- Constant Field Values
-
RESOURCETYPE
static final java.lang.String[] RESOURCETYPE
-
RESULTS
static final byte RESULTS
- See Also:
- Constant Field Values
-
META
static final byte META
- See Also:
- Constant Field Values
-
FIELDTYPE
static final java.lang.String[] FIELDTYPE
-
HIDDEN
static final byte HIDDEN
- See Also:
- Constant Field Values
-
NO_QUERY
static final byte NO_QUERY
- See Also:
- Constant Field Values
-
TRIGGER
static final byte TRIGGER
- See Also:
- Constant Field Values
-
VALUESTYPE
static final java.lang.String[] VALUESTYPE
-
LEGAL
static final byte LEGAL
- See Also:
- Constant Field Values
-
ACTUAL
static final byte ACTUAL
- See Also:
- Constant Field Values
-
LINKCONTENT_ROLE
static final java.lang.String[] LINKCONTENT_ROLE
-
QUERY
static final byte QUERY
- See Also:
- Constant Field Values
-
HINTS
static final byte HINTS
- See Also:
- Constant Field Values
-
DOC
static final byte DOC
- See Also:
- Constant Field Values
-
LOCATION
static final byte LOCATION
- See Also:
- Constant Field Values
-
STREAMACTUATE
static final java.lang.String[] STREAMACTUATE
-
ONLOAD
static final byte ONLOAD
- See Also:
- Constant Field Values
-
ONREQUEST
static final byte ONREQUEST
- See Also:
- Constant Field Values
-
OTHER
static final byte OTHER
- See Also:
- Constant Field Values
-
NONE
static final byte NONE
- See Also:
- Constant Field Values
-
ENCODINGTYPE
static final java.lang.String[] ENCODINGTYPE
-
GZIP
static final byte GZIP
- See Also:
- Constant Field Values
-
BASE64
static final byte BASE64
- See Also:
- Constant Field Values
-
DYNAMIC
static final byte DYNAMIC
- See Also:
- Constant Field Values
-
COOSYSSYSTEM
static final java.lang.String[] COOSYSSYSTEM
-
EQ_FK4
static final byte EQ_FK4
- See Also:
- Constant Field Values
-
EQ_FK5
static final byte EQ_FK5
- See Also:
- Constant Field Values
-
ICRS
static final byte ICRS
- See Also:
- Constant Field Values
-
ECL_FK4
static final byte ECL_FK4
- See Also:
- Constant Field Values
-
ECL_FK5
static final byte ECL_FK5
- See Also:
- Constant Field Values
-
GALACTIC
static final byte GALACTIC
- See Also:
- Constant Field Values
-
SUPERGALACTIC
static final byte SUPERGALACTIC
- See Also:
- Constant Field Values
-
XY
static final byte XY
- See Also:
- Constant Field Values
-
BARYCENTRIC
static final byte BARYCENTRIC
- See Also:
- Constant Field Values
-
GEO_APP
static final byte GEO_APP
- See Also:
- Constant Field Values
-
-