Package edm.edom3
Class EDMConstants.XmlInputOptions
- java.lang.Object
-
- edm.edom3.EDMConstants.XmlInputOptions
-
- Enclosing interface:
- EDMConstants
public static class EDMConstants.XmlInputOptions extends java.lang.Object
Options for XML input
-
-
Field Summary
Fields Modifier and Type Field Description static long
ADD_TO_EXISTING_MODEL
static long
CONTINUE_STORING_ON_ERROR
Continue reading XML and loading target even if error occursstatic long
CREATE_SCRATCH_INSTANCES
static long
DELETE_INSTANCE_REFS_ON_DELETE
static long
DELETE_INSTANCES_WITH_REFS
Delete instances and their referencesstatic long
DELETING_EXISTING_MODEL
Delete old data in target modelstatic long
EXCLUDE_USER_DEFINED_ENTITIES
static long
ISO_8859_1_STRING_ENCODING
Use ISO_8859_1_STRING_ENCODINGstatic long
NO_INSTANCE_REFERENCES
static long
NOT_CLOSE_MODEL
Do not close the model after usestatic long
ONLY_USER_DEFINED_ENTITIES
static long
P21_HEADER_MODEL
static long
PERSISTENT_INSTANCES_HASH_TABLE
static long
SHOW_STATISTICS
Show statistics when reading/writing XMLstatic long
UNPACKED_MODEL
static long
USER_CONTROLLED_INVERSE
static long
UTF_8_STRING_ENCODING
Use UTF8 encoding for stringsstatic long
UTF8_ENCODED_FILE_NAMES
Use UTF8 encoding for file namesstatic long
XML_PARSE_TRACE
Show trace when reading/writing XMLstatic long
ZIPPED_XML_FILE
-
Constructor Summary
Constructors Constructor Description XmlInputOptions()
-
-
-
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
-
UNPACKED_MODEL
public static final long UNPACKED_MODEL
- 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
-
ZIPPED_XML_FILE
public static final long ZIPPED_XML_FILE
- See Also:
- Constant Field Values
-
ADD_TO_EXISTING_MODEL
public static final long ADD_TO_EXISTING_MODEL
- See Also:
- Constant Field Values
-
EXCLUDE_USER_DEFINED_ENTITIES
public static final long EXCLUDE_USER_DEFINED_ENTITIES
- See Also:
- Constant Field Values
-
P21_HEADER_MODEL
public static final long P21_HEADER_MODEL
- See Also:
- Constant Field Values
-
-