Class SystemSymbols


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

      Fields 
      Modifier and Type Field Description
      static java.lang.String IMPORTS
      The text of system symbol "imports", as defined by Ion 1.0.
      static int IMPORTS_SID
      The ID of system symbol "imports", as defined by Ion 1.0.
      static java.lang.String ION
      The text of system symbol "$ion", as defined by Ion 1.0.
      static java.lang.String ION_1_0
      The text of system symbol "$ion_1_0", as defined by Ion 1.0.
      static int ION_1_0_MAX_ID
      The maximum ID of the IDs of system symbols defined by Ion 1.0.
      static int ION_1_0_SID
      The ID of system symbol "$ion_1_0", as defined by Ion 1.0.
      static java.lang.String ION_SHARED_SYMBOL_TABLE
      The text of system symbol "$ion_shared_symbol_table", as defined by Ion 1.0.
      static int ION_SHARED_SYMBOL_TABLE_SID
      The ID of system symbol "$ion_shared_symbol_table", as defined by Ion 1.0.
      static int ION_SID
      The ID of system symbol "$ion", as defined by Ion 1.0.
      static java.lang.String ION_SYMBOL_TABLE
      The text of system symbol "$ion_symbol_table", as defined by Ion 1.0.
      static int ION_SYMBOL_TABLE_SID
      The ID of system symbol "$ion_symbol_table", as defined by Ion 1.0.
      static java.lang.String MAX_ID
      The text of system symbol "max_id", as defined by Ion 1.0.
      static int MAX_ID_SID
      The ID of system symbol "max_id", as defined by Ion 1.0.
      static java.lang.String NAME
      The text of system symbol "name", as defined by Ion 1.0.
      static int NAME_SID
      The ID of system symbol "name", as defined by Ion 1.0.
      static java.lang.String SYMBOLS
      The text of system symbol "symbols", as defined by Ion 1.0.
      static int SYMBOLS_SID
      The ID of system symbol "symbols", as defined by Ion 1.0.
      static java.lang.String VERSION
      The text of system symbol "version", as defined by Ion 1.0.
      static int VERSION_SID
      The ID of system symbol "version", as defined by Ion 1.0.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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_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_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
      • 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
      • 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
      • 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
      • 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
      • 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
      • 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_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