EDMConstants.XmlInputOptions
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 and 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 and Description XmlInputOptions()
Â
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
CONTINUE_STORING_ON_ERROR
public static final long CONTINUE_STORING_ON_ERROR
Continue reading XML and loading target even if error occursSee Also:Constant Field Values
DELETING_EXISTING_MODEL
public static final long DELETING_EXISTING_MODEL
Delete old data in target modelSee Also:Constant Field Values
UTF8_ENCODED_FILE_NAMES
public static final long UTF8_ENCODED_FILE_NAMES
Use UTF8 encoding for file namesSee Also:Constant Field Values
UTF_8_STRING_ENCODING
public static final long UTF_8_STRING_ENCODING
Use UTF8 encoding for stringsSee Also:Constant Field Values
ISO_8859_1_STRING_ENCODING
public static final long ISO_8859_1_STRING_ENCODING
Use ISO_8859_1_STRING_ENCODINGSee Also:Constant Field Values
SHOW_STATISTICS
public static final long SHOW_STATISTICS
Show statistics when reading/writing XMLSee Also:Constant Field Values
NOT_CLOSE_MODEL
public static final long NOT_CLOSE_MODEL
Do not close the model after useSee Also:Constant Field Values
XML_PARSE_TRACE
public static final long XML_PARSE_TRACE
Show trace when reading/writing XMLSee Also:Constant Field Values
DELETE_INSTANCES_WITH_REFS
public static final long DELETE_INSTANCES_WITH_REFS
Delete instances and their referencesSee 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
Constructor Detail
XmlInputOptions
public XmlInputOptions()