|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface NAMES.TYPENAMES
The TYPENAMES interface defines the names of all system-defined types used in SIRA_PRISE. The doc for each individual type named includes a short description of the system-provided type, an overview of its possreps and components, plus a link to the implementation doc. In the overview of each type's possreps, the possreps marked (D) are the default ones, these will be used for externalizing values of the type.
| Field Summary | |
|---|---|
static java.lang.String |
ANGLE
Type ANGLE is the set of trigonometric angle values in a 2D plane. |
static java.lang.String |
AVERAGE
Type AVERAGE is a type destined for the ability to compute averages of values of attributes in relations. |
static java.lang.String |
BITS
Type BITS is a type destined for storing all types of "binary" or "raw" content. |
static java.lang.String |
BOOLEAN
Type BOOLEAN is the obvious type for (2VL) truth values. |
static java.lang.String |
CHAR
Type CHAR are the single characters of the java character set (== all UTF characters with an encoding value between 0 and 65K ???). |
static java.lang.String |
DATE
Type DATE is intended to represent calendar dates. |
static java.lang.String |
DECIMAL
Deprecated. |
static java.lang.String |
FILENAME
Type FILENAME is a case-insensitive text type specifically destined to deal with filenames (thus mostly for internal use by SIRA_PRISE). |
static java.lang.String |
FLOAT
Type FLOAT is a type corresponding to IEEE floating point. |
static java.lang.String |
INT
Type INT is the usual range of 32-bit integers from -2.147.483.648 to 2.147.483.647. |
static java.lang.String |
LONG
Type LONG is the usual range of (signed) 64-bit integers. |
static java.lang.String |
NAME
Type NAME is a text type that allows only alphabet characters, and treats its values as case-insensitive. |
static java.lang.String |
RELATION
No comment needed. |
static java.lang.String |
STRING
Type STRING are all strings that can be composed using the characters of the CHAR type, limited to a maximum length of (close to) 1G (1073741820) tokens. |
static java.lang.String |
TIMEOFDAY
Type TIMEOFDAY is intended to represent hours-minutes-seconds-nanoseconds time values. |
static java.lang.String |
TUPLE
The TUPLE type is still experimental. |
| Field Detail |
|---|
static final java.lang.String ANGLE
Possrep overview :
| Possrep | Component name | Component Type |
|---|---|---|
| DMS | DEGREES | INT |
| MINUTES | INT | |
| SECONDS | FLOAT | |
| RADIANS (D) | RADIANS | FLOAT |
static final java.lang.String AVERAGE
Possrep overview :
| Possrep | Component name | Component Type |
|---|---|---|
| AVERAGE | COUNT | INT |
| VALUE | FLOAT |
static final java.lang.String BITS
Possrep overview :
| Possrep | Component name | Component Type |
|---|---|---|
| BITS | STRING | STRING |
static final java.lang.String BOOLEAN
Possrep overview :
| Possrep | Component name | Component Type |
|---|---|---|
| YN | YN | STRING |
| BOOLEAN (D) | STRING | STRING |
static final java.lang.String CHAR
Possrep overview :
| Possrep | Component name | Component Type |
|---|---|---|
| CHAR (D) | STRING | STRING |
| UNICODE | UNICODE | INT |
static final java.lang.String DATE
Possrep overview :
| Possrep | Component name | Component Type |
|---|---|---|
| DMY | DAY | INT |
| MONTH | INT | |
| YEAR | INT | |
| ISO (D) | ISO | STRING |
static final java.lang.String DECIMAL
Possrep overview :
| Possrep | Component name | Component Type |
|---|---|---|
| DECIMAL | STRING | STRING |
static final java.lang.String FILENAME
Possrep overview :
| Possrep | Component name | Component Type |
|---|---|---|
| FILENAME | STRING | STRING |
static final java.lang.String FLOAT
Possrep overview :
| Possrep | Component name | Component Type |
|---|---|---|
| FLOAT | STRING | STRING |
static final java.lang.String INT
Possrep overview :
| Possrep | Component name | Component Type |
|---|---|---|
| HEX | HEX | STRING |
| INT (D) | STRING | STRING |
static final java.lang.String LONG
Possrep overview :
| Possrep | Component name | Component Type |
|---|---|---|
| HEX | HEX | STRING |
| LONG (D) | STRING | STRING |
static final java.lang.String NAME
Possrep overview :
| Possrep | Component name | Component Type |
|---|---|---|
| NAME | STRING | STRING |
static final java.lang.String RELATION
Possrep overview :
| Possrep | Component name | Component Type |
|---|
static final java.lang.String STRING
Possrep overview :
| Possrep | Component name | Component Type |
|---|
static final java.lang.String TIMEOFDAY
Possrep overview :
| Possrep | Component name | Component Type |
|---|---|---|
| HMS | HOURS | INT |
| MINUTES | INT | |
| SECONDS | INT | |
| NANOSECONDS | INT | |
| ISOWITHNANOSECONDS (D) | ISOWITHNANOSECONDS | STRING |
static final java.lang.String TUPLE
Possrep overview :
| Possrep | Component name | Component Type |
|---|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||