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 SimpleTypes
This interface will be used to reduce the memory usage
- Author:
- Andre Schaaff
-
-
Field Summary
Fields Modifier and Type Field Description static byte
ACTUAL
static byte
BARYCENTRIC
static byte
BASE64
static byte
BIT
static byte
BOOLEAN
static byte
CHAR
static java.lang.String[]
COOSYSSYSTEM
static java.lang.String[]
DATATYPE
static byte
DOC
static byte
DOUBLE
static byte
DOUBLECOMPLEX
static byte
DYNAMIC
static byte
ECL_FK4
static byte
ECL_FK5
static java.lang.String[]
ENCODINGTYPE
static byte
EQ_FK4
static byte
EQ_FK5
static java.lang.String[]
FIELDTYPE
static byte
FLOAT
static byte
FLOATCOMPLEX
static byte
GALACTIC
static byte
GEO_APP
static byte
GZIP
static byte
HIDDEN
static byte
HINTS
static byte
ICRS
static byte
INT
static byte
LEGAL
static java.lang.String[]
LINKCONTENT_ROLE
static byte
LOCATION
static byte
LONG
static byte
META
static byte
NO
static byte
NO_QUERY
static byte
NONE
static byte
ONLOAD
static byte
ONREQUEST
static byte
OTHER
static byte
QUERY
static java.lang.String[]
RESOURCETYPE
static byte
RESULTS
static byte
SHORT
static java.lang.String[]
STREAMACTUATE
static byte
SUPERGALACTIC
static byte
TRIGGER
static byte
UNICODECHAR
static byte
UNSIGNEDBYTE
static java.lang.String[]
VALUESTYPE
static java.lang.String
version
static byte
XY
static byte
YES
static 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
-
-