EDMConstants.FileFormats


edm.edom3

Class EDMConstants.FileFormats


  • java.lang.Object
    • edm.edom3.EDMConstants.FileFormats
  • Enclosing interface:EDMConstants



    public static class EDMConstants.FileFormats
    extends java.lang.Object

    Available file formats for EDMLocalStream
    • Field Summary

      Fields 

      Modifier and TypeField and Description
      static intDEFAULT
      Default file format
      static intEXPRESS 
      static intHTML
      HTML format
      static intIFC
      IFC format.
      static intOLD_XML
      OLD XML format
      static intQEX
      Denotes Query Schema
      static intREX
      Denotes Rule Schema
      static intSTEP
      ISO10303 Part21 format
      static intTEXT
      Plain text (often ASCII) format
      static intXML
      XML format
      static intXPX
      Denotes EXPRESS-X schema
    • Constructor Summary

      Constructors 

      Constructor and Description
      FileFormats() 
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DEFAULT

        public static final int DEFAULT

        Default file format

        See Also:Constant Field Values

      • STEP

        public static final int STEP

        ISO10303 Part21 format

        See Also:Constant Field Values

      • IFC

        public static final int IFC

        IFC format.

        See Also:Constant Field Values

      • XML

        public static final int XML

        XML format

        See Also:Constant Field Values

      • TEXT

        public static final int TEXT

        Plain text (often ASCII) format

        See Also:Constant Field Values

      • HTML

        public static final int HTML

        HTML format

        See Also:Constant Field Values

      • EXPRESS

        public static final int EXPRESS

        See Also:Constant Field Values

      • XPX

        public static final int XPX

        Denotes EXPRESS-X schema

        See Also:Constant Field Values

      • QEX

        public static final int QEX

        Denotes Query Schema

        See Also:Constant Field Values

      • REX

        public static final int REX

        Denotes Rule Schema

        See Also:Constant Field Values

      • OLD_XML

        public static final int OLD_XML

        OLD XML format

        See Also:Constant Field Values

    • Constructor Detail

      • FileFormats

        public FileFormats()