Package com.amazon.ion
Class SystemSymbols
- java.lang.Object
-
- com.amazon.ion.SystemSymbols
-
public final class SystemSymbols extends java.lang.ObjectConstants for symbols defined by the Ion specification.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringIMPORTSThe text of system symbol "imports", as defined by Ion 1.0.static intIMPORTS_SIDThe ID of system symbol "imports", as defined by Ion 1.0.static java.lang.StringIONThe text of system symbol "$ion", as defined by Ion 1.0.static java.lang.StringION_1_0The text of system symbol "$ion_1_0", as defined by Ion 1.0.static intION_1_0_MAX_IDThe maximum ID of the IDs of system symbols defined by Ion 1.0.static intION_1_0_SIDThe ID of system symbol "$ion_1_0", as defined by Ion 1.0.static java.lang.StringION_SHARED_SYMBOL_TABLEThe text of system symbol "$ion_shared_symbol_table", as defined by Ion 1.0.static intION_SHARED_SYMBOL_TABLE_SIDThe ID of system symbol "$ion_shared_symbol_table", as defined by Ion 1.0.static intION_SIDThe ID of system symbol "$ion", as defined by Ion 1.0.static java.lang.StringION_SYMBOL_TABLEThe text of system symbol "$ion_symbol_table", as defined by Ion 1.0.static intION_SYMBOL_TABLE_SIDThe ID of system symbol "$ion_symbol_table", as defined by Ion 1.0.static java.lang.StringMAX_IDThe text of system symbol "max_id", as defined by Ion 1.0.static intMAX_ID_SIDThe ID of system symbol "max_id", as defined by Ion 1.0.static java.lang.StringNAMEThe text of system symbol "name", as defined by Ion 1.0.static intNAME_SIDThe ID of system symbol "name", as defined by Ion 1.0.static java.lang.StringSYMBOLSThe text of system symbol "symbols", as defined by Ion 1.0.static intSYMBOLS_SIDThe ID of system symbol "symbols", as defined by Ion 1.0.static java.lang.StringVERSIONThe text of system symbol "version", as defined by Ion 1.0.static intVERSION_SIDThe ID of system symbol "version", as defined by Ion 1.0.
-
-
-
Field Detail
-
ION
public static final java.lang.String ION
The text of system symbol "$ion", as defined by Ion 1.0.- See Also:
- Constant Field Values
-
ION_SID
public static final int ION_SID
The ID of system symbol "$ion", as defined by Ion 1.0.- See Also:
- Constant Field Values
-
ION_1_0
public static final java.lang.String ION_1_0
The text of system symbol "$ion_1_0", as defined by Ion 1.0. This value is the Version Identifier for Ion 1.0.- See Also:
- Constant Field Values
-
ION_1_0_SID
public static final int ION_1_0_SID
The ID of system symbol "$ion_1_0", as defined by Ion 1.0.- See Also:
- Constant Field Values
-
ION_SYMBOL_TABLE
public static final java.lang.String ION_SYMBOL_TABLE
The text of system symbol "$ion_symbol_table", as defined by Ion 1.0.- See Also:
- Constant Field Values
-
ION_SYMBOL_TABLE_SID
public static final int ION_SYMBOL_TABLE_SID
The ID of system symbol "$ion_symbol_table", as defined by Ion 1.0.- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
The text of system symbol "name", as defined by Ion 1.0.- See Also:
- Constant Field Values
-
NAME_SID
public static final int NAME_SID
The ID of system symbol "name", as defined by Ion 1.0.- See Also:
- Constant Field Values
-
VERSION
public static final java.lang.String VERSION
The text of system symbol "version", as defined by Ion 1.0.- See Also:
- Constant Field Values
-
VERSION_SID
public static final int VERSION_SID
The ID of system symbol "version", as defined by Ion 1.0.- See Also:
- Constant Field Values
-
IMPORTS
public static final java.lang.String IMPORTS
The text of system symbol "imports", as defined by Ion 1.0.- See Also:
- Constant Field Values
-
IMPORTS_SID
public static final int IMPORTS_SID
The ID of system symbol "imports", as defined by Ion 1.0.- See Also:
- Constant Field Values
-
SYMBOLS
public static final java.lang.String SYMBOLS
The text of system symbol "symbols", as defined by Ion 1.0.- See Also:
- Constant Field Values
-
SYMBOLS_SID
public static final int SYMBOLS_SID
The ID of system symbol "symbols", as defined by Ion 1.0.- See Also:
- Constant Field Values
-
MAX_ID
public static final java.lang.String MAX_ID
The text of system symbol "max_id", as defined by Ion 1.0.- See Also:
- Constant Field Values
-
MAX_ID_SID
public static final int MAX_ID_SID
The ID of system symbol "max_id", as defined by Ion 1.0.- See Also:
- Constant Field Values
-
ION_SHARED_SYMBOL_TABLE
public static final java.lang.String ION_SHARED_SYMBOL_TABLE
The text of system symbol "$ion_shared_symbol_table", as defined by Ion 1.0.- See Also:
- Constant Field Values
-
ION_SHARED_SYMBOL_TABLE_SID
public static final int ION_SHARED_SYMBOL_TABLE_SID
The ID of system symbol "$ion_shared_symbol_table", as defined by Ion 1.0.- See Also:
- Constant Field Values
-
ION_1_0_MAX_ID
public static final int ION_1_0_MAX_ID
The maximum ID of the IDs of system symbols defined by Ion 1.0.- See Also:
- Constant Field Values
-
-