Package edm.edom3

Class EDMConstants.XmlInputOptions

  • Enclosing interface:
    EDMConstants

    public static class EDMConstants.XmlInputOptions
    extends java.lang.Object
    Options for XML input
    • Field Detail

      • CONTINUE_STORING_ON_ERROR

        public static final long CONTINUE_STORING_ON_ERROR
        Continue reading XML and loading target even if error occurs
        See Also:
        Constant Field Values
      • DELETING_EXISTING_MODEL

        public static final long DELETING_EXISTING_MODEL
        Delete old data in target model
        See Also:
        Constant Field Values
      • UTF8_ENCODED_FILE_NAMES

        public static final long UTF8_ENCODED_FILE_NAMES
        Use UTF8 encoding for file names
        See Also:
        Constant Field Values
      • UTF_8_STRING_ENCODING

        public static final long UTF_8_STRING_ENCODING
        Use UTF8 encoding for strings
        See Also:
        Constant Field Values
      • ISO_8859_1_STRING_ENCODING

        public static final long ISO_8859_1_STRING_ENCODING
        Use ISO_8859_1_STRING_ENCODING
        See Also:
        Constant Field Values
      • SHOW_STATISTICS

        public static final long SHOW_STATISTICS
        Show statistics when reading/writing XML
        See Also:
        Constant Field Values
      • NOT_CLOSE_MODEL

        public static final long NOT_CLOSE_MODEL
        Do not close the model after use
        See Also:
        Constant Field Values
      • XML_PARSE_TRACE

        public static final long XML_PARSE_TRACE
        Show trace when reading/writing XML
        See Also:
        Constant Field Values
      • DELETE_INSTANCES_WITH_REFS

        public static final long DELETE_INSTANCES_WITH_REFS
        Delete instances and their references
        See Also:
        Constant Field Values
      • DELETE_INSTANCE_REFS_ON_DELETE

        public static final long DELETE_INSTANCE_REFS_ON_DELETE
        See Also:
        Constant Field Values
      • NO_INSTANCE_REFERENCES

        public static final long NO_INSTANCE_REFERENCES
        See Also:
        Constant Field Values
      • USER_CONTROLLED_INVERSE

        public static final long USER_CONTROLLED_INVERSE
        See Also:
        Constant Field Values
      • PERSISTENT_INSTANCES_HASH_TABLE

        public static final long PERSISTENT_INSTANCES_HASH_TABLE
        See Also:
        Constant Field Values
      • CREATE_SCRATCH_INSTANCES

        public static final long CREATE_SCRATCH_INSTANCES
        See Also:
        Constant Field Values
      • ONLY_USER_DEFINED_ENTITIES

        public static final long ONLY_USER_DEFINED_ENTITIES
        See Also:
        Constant Field Values
      • EXCLUDE_USER_DEFINED_ENTITIES

        public static final long EXCLUDE_USER_DEFINED_ENTITIES
        See Also:
        Constant Field Values
    • Constructor Detail

      • XmlInputOptions

        public XmlInputOptions()