cds.savot.model
Interface SimpleTypes

All Known Implementing Classes:
SavotAttribute, SavotBinary, SavotCoosys, SavotData, SavotDefinitions, SavotField, SavotFieldRef, SavotFits, SavotGroup, SavotInfo, SavotLink, SavotOption, SavotOther, SavotParam, SavotParamRef, SavotResource, SavotStream, SavotTable, SavotTableData, SavotValues, SavotVOTable

public interface SimpleTypes

This interface will be used to reduce the memory usage

Version:
2.5 Copyright CDS 2002-2004 (kickoff 31 May 02)
Author:
Andre Schaaff

Field Summary
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

public static final java.lang.String[] DATATYPE

version

public static final java.lang.String version
See Also:
Constant Field Values

BOOLEAN

public static final byte BOOLEAN
See Also:
Constant Field Values

BIT

public static final byte BIT
See Also:
Constant Field Values

UNSIGNEDBYTE

public static final byte UNSIGNEDBYTE
See Also:
Constant Field Values

SHORT

public static final byte SHORT
See Also:
Constant Field Values

INT

public static final byte INT
See Also:
Constant Field Values

LONG

public static final byte LONG
See Also:
Constant Field Values

CHAR

public static final byte CHAR
See Also:
Constant Field Values

UNICODECHAR

public static final byte UNICODECHAR
See Also:
Constant Field Values

FLOAT

public static final byte FLOAT
See Also:
Constant Field Values

DOUBLE

public static final byte DOUBLE
See Also:
Constant Field Values

FLOATCOMPLEX

public static final byte FLOATCOMPLEX
See Also:
Constant Field Values

DOUBLECOMPLEX

public static final byte DOUBLECOMPLEX
See Also:
Constant Field Values

YESNO

public static final java.lang.String[] YESNO

YES

public static final byte YES
See Also:
Constant Field Values

NO

public static final byte NO
See Also:
Constant Field Values

RESOURCETYPE

public static final java.lang.String[] RESOURCETYPE

RESULTS

public static final byte RESULTS
See Also:
Constant Field Values

META

public static final byte META
See Also:
Constant Field Values

FIELDTYPE

public static final java.lang.String[] FIELDTYPE

HIDDEN

public static final byte HIDDEN
See Also:
Constant Field Values

NO_QUERY

public static final byte NO_QUERY
See Also:
Constant Field Values

TRIGGER

public static final byte TRIGGER
See Also:
Constant Field Values

VALUESTYPE

public static final java.lang.String[] VALUESTYPE

LEGAL

public static final byte LEGAL
See Also:
Constant Field Values

ACTUAL

public static final byte ACTUAL
See Also:
Constant Field Values

LINKCONTENT_ROLE

public static final java.lang.String[] LINKCONTENT_ROLE

QUERY

public static final byte QUERY
See Also:
Constant Field Values

HINTS

public static final byte HINTS
See Also:
Constant Field Values

DOC

public static final byte DOC
See Also:
Constant Field Values

LOCATION

public static final byte LOCATION
See Also:
Constant Field Values

STREAMACTUATE

public static final java.lang.String[] STREAMACTUATE

ONLOAD

public static final byte ONLOAD
See Also:
Constant Field Values

ONREQUEST

public static final byte ONREQUEST
See Also:
Constant Field Values

OTHER

public static final byte OTHER
See Also:
Constant Field Values

NONE

public static final byte NONE
See Also:
Constant Field Values

ENCODINGTYPE

public static final java.lang.String[] ENCODINGTYPE

GZIP

public static final byte GZIP
See Also:
Constant Field Values

BASE64

public static final byte BASE64
See Also:
Constant Field Values

DYNAMIC

public static final byte DYNAMIC
See Also:
Constant Field Values

COOSYSSYSTEM

public static final java.lang.String[] COOSYSSYSTEM

EQ_FK4

public static final byte EQ_FK4
See Also:
Constant Field Values

EQ_FK5

public static final byte EQ_FK5
See Also:
Constant Field Values

ICRS

public static final byte ICRS
See Also:
Constant Field Values

ECL_FK4

public static final byte ECL_FK4
See Also:
Constant Field Values

ECL_FK5

public static final byte ECL_FK5
See Also:
Constant Field Values

GALACTIC

public static final byte GALACTIC
See Also:
Constant Field Values

SUPERGALACTIC

public static final byte SUPERGALACTIC
See Also:
Constant Field Values

XY

public static final byte XY
See Also:
Constant Field Values

BARYCENTRIC

public static final byte BARYCENTRIC
See Also:
Constant Field Values

GEO_APP

public static final byte GEO_APP
See Also:
Constant Field Values