EDMConstants
edm.edom3
Interface EDMConstants
public interface EDMConstants
Provides constants for the EDOM3 interface. Most constants has the same values and more or less the same names as in the EDMAssist documentation. Hence, additional information can be found in the EDMassist documentation.
Nested Class Summary
Nested ClassesÂ
Modifier and Type Interface and Description static classÂ
EDMConstants.AccessCodes
Access codes for theEDMAccess
interface.static classÂ
EDMConstants.AggregateTypes
Enumeration of aggregate typestatic classÂ
EDMConstants.CheckinCheckoutOptions
Options for checkout and checkin operationsstatic classÂ
EDMConstants.CompilerOptions
Common options for all compilersstatic classÂ
EDMConstants.CompressionTypes
Compression types for files and streamsstatic classÂ
EDMConstants.CreateModelOptions
Âstatic classÂ
EDMConstants.ExpressCompilerOptions
Options for EXPRESS compilerstatic classÂ
EDMConstants.ExpressXCompilerOptions
Options for EXPRESS-X compilerstatic classÂ
EDMConstants.FileFormats
Available file formats for EDMLocalStreamstatic classÂ
EDMConstants.InstanceOptions
Class for options controlling instance delete etc.static classÂ
EDMConstants.InternalProperties
Names for setting/getting and wrapping EDM internal data.static classÂ
EDMConstants.LibraryNames
Library names (DLL names) used for library loading.static classÂ
EDMConstants.LogicalValues
Enumerates ISO10303 logical / boolean valuesstatic classÂ
EDMConstants.LogOptions
Options for EDMvirtualMachine execution, can in may cases me used as options to theEDMWorker
instances.static classÂ
EDMConstants.MergerOptions
Options for theEDMMerger
worker.static classÂ
EDMConstants.OpenModes
Codes used in theEDMModel.getOpenMode()
and theEDMModel.setOpenMode()
calls, also forEDMRepository
.static classÂ
EDMConstants.PrimitiveTypes
Enumeration of available primitive typesstatic classÂ
EDMConstants.QueryOptions
Options for Execute Query functionstatic classÂ
EDMConstants.SchemaTypes
Defines the schema types handled by the EDM interface.static classÂ
EDMConstants.SelectOptions
Options for Select Instancesstatic classÂ
EDMConstants.ServerProperties
Property names for EDMServer.static classÂ
EDMConstants.StepInputOptions
Options for STEP file readerstatic classÂ
EDMConstants.StepOutputOptions
Options for step file writerstatic classÂ
EDMConstants.TraceOptions
Options for trace operations - usually not neededstatic classÂ
EDMConstants.ValidatorOptions
Options for theEDMValidator
worker.static classÂ
EDMConstants.WebServiceConfig
Configuration variables for the EDMWebservices JAVA webapp.static classÂ
EDMConstants.WebServiceOptions
Options for theEDMWebservice
worker.static classÂ
EDMConstants.XmlConfigurationProperties
properties for XML configuration To update existing configuration to database use flush().static classÂ
EDMConstants.XmlEncodingOptions
Options for XML file encodingstatic classÂ
EDMConstants.XmlExecutionOptions
Options for XML generatorstatic classÂ
EDMConstants.XmlInputOptions
Options for XML inputstatic classÂ
EDMConstants.XmlOutputOptions
Optiions for XML output
Â