Class SystemSymbols

java.lang.Object
com.amazon.ion.SystemSymbols

public final class SystemSymbols extends Object
Constants for symbols defined by the Ion specification.
  • Field Details

    • ION

      public static final String ION
      The text of system symbol "$ion", as defined by Ion 1.0.
      See Also:
    • ION_SID

      public static final int ION_SID
      The ID of system symbol "$ion", as defined by Ion 1.0.
      See Also:
    • ION_1_0

      public static final 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:
    • 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:
    • ION_SYMBOL_TABLE

      public static final String 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_SID
      The ID of system symbol "$ion_symbol_table", as defined by Ion 1.0.
      See Also:
    • NAME

      public static final String NAME
      The text of system symbol "name", as defined by Ion 1.0.
      See Also:
    • NAME_SID

      public static final int NAME_SID
      The ID of system symbol "name", as defined by Ion 1.0.
      See Also:
    • VERSION

      public static final String VERSION
      The text of system symbol "version", as defined by Ion 1.0.
      See Also:
    • VERSION_SID

      public static final int VERSION_SID
      The ID of system symbol "version", as defined by Ion 1.0.
      See Also:
    • IMPORTS

      public static final String IMPORTS
      The text of system symbol "imports", as defined by Ion 1.0.
      See Also:
    • IMPORTS_SID

      public static final int IMPORTS_SID
      The ID of system symbol "imports", as defined by Ion 1.0.
      See Also:
    • SYMBOLS

      public static final String SYMBOLS
      The text of system symbol "symbols", as defined by Ion 1.0.
      See Also:
    • SYMBOLS_SID

      public static final int SYMBOLS_SID
      The ID of system symbol "symbols", as defined by Ion 1.0.
      See Also:
    • MAX_ID

      public static final String 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_SID
      The ID of system symbol "max_id", as defined by Ion 1.0.
      See Also:
    • ION_SHARED_SYMBOL_TABLE

      public static final String 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_SID
      The 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_ID
      The maximum ID of the IDs of system symbols defined by Ion 1.0.
      See Also: