Package com.amazon.ion
Class SystemSymbols
java.lang.Object
com.amazon.ion.SystemSymbols
Constants for symbols defined by the Ion specification.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe text of system symbol "imports", as defined by Ion 1.0.static final intThe ID of system symbol "imports", as defined by Ion 1.0.static final StringThe text of system symbol "$ion", as defined by Ion 1.0.static final StringThe text of system symbol "$ion_1_0", as defined by Ion 1.0.static final intThe maximum ID of the IDs of system symbols defined by Ion 1.0.static final intThe ID of system symbol "$ion_1_0", as defined by Ion 1.0.static final StringThe text of system symbol "$ion_shared_symbol_table", as defined by Ion 1.0.static final intThe ID of system symbol "$ion_shared_symbol_table", as defined by Ion 1.0.static final intThe ID of system symbol "$ion", as defined by Ion 1.0.static final StringThe text of system symbol "$ion_symbol_table", as defined by Ion 1.0.static final intThe ID of system symbol "$ion_symbol_table", as defined by Ion 1.0.static final StringThe text of system symbol "max_id", as defined by Ion 1.0.static final intThe ID of system symbol "max_id", as defined by Ion 1.0.static final StringThe text of system symbol "name", as defined by Ion 1.0.static final intThe ID of system symbol "name", as defined by Ion 1.0.static final StringThe text of system symbol "symbols", as defined by Ion 1.0.static final intThe ID of system symbol "symbols", as defined by Ion 1.0.static final StringThe text of system symbol "version", as defined by Ion 1.0.static final intThe ID of system symbol "version", as defined by Ion 1.0. -
Method Summary
-
Field Details
-
ION
The text of system symbol "$ion", as defined by Ion 1.0.- See Also:
-
ION_SID
public static final int ION_SIDThe ID of system symbol "$ion", as defined by Ion 1.0.- See Also:
-
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:
-
ION_1_0_SID
public static final int ION_1_0_SIDThe ID of system symbol "$ion_1_0", as defined by Ion 1.0.- See Also:
-
ION_SYMBOL_TABLE
The text of system symbol "$ion_symbol_table", as defined by Ion 1.0.- See Also:
-
ION_SYMBOL_TABLE_SID
public static final int ION_SYMBOL_TABLE_SIDThe ID of system symbol "$ion_symbol_table", as defined by Ion 1.0.- See Also:
-
NAME
The text of system symbol "name", as defined by Ion 1.0.- See Also:
-
NAME_SID
public static final int NAME_SIDThe ID of system symbol "name", as defined by Ion 1.0.- See Also:
-
VERSION
The text of system symbol "version", as defined by Ion 1.0.- See Also:
-
VERSION_SID
public static final int VERSION_SIDThe ID of system symbol "version", as defined by Ion 1.0.- See Also:
-
IMPORTS
The text of system symbol "imports", as defined by Ion 1.0.- See Also:
-
IMPORTS_SID
public static final int IMPORTS_SIDThe ID of system symbol "imports", as defined by Ion 1.0.- See Also:
-
SYMBOLS
The text of system symbol "symbols", as defined by Ion 1.0.- See Also:
-
SYMBOLS_SID
public static final int SYMBOLS_SIDThe ID of system symbol "symbols", as defined by Ion 1.0.- See Also:
-
MAX_ID
The text of system symbol "max_id", as defined by Ion 1.0.- See Also:
-
MAX_ID_SID
public static final int MAX_ID_SIDThe ID of system symbol "max_id", as defined by Ion 1.0.- See Also:
-
ION_SHARED_SYMBOL_TABLE
The text of system symbol "$ion_shared_symbol_table", as defined by Ion 1.0.- See Also:
-
ION_SHARED_SYMBOL_TABLE_SID
public static final int ION_SHARED_SYMBOL_TABLE_SIDThe ID of system symbol "$ion_shared_symbol_table", as defined by Ion 1.0.- See Also:
-
ION_1_0_MAX_ID
public static final int ION_1_0_MAX_IDThe maximum ID of the IDs of system symbols defined by Ion 1.0.- See Also:
-