/
EDMConstants.SchemaTypes

EDMConstants.SchemaTypes

edm.edom3

Class EDMConstants.SchemaTypes

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



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

    Defines the schema types handled by the EDM interface.
    • Field Summary

      Fields 

      Modifier and TypeField and Description
      static intEXP
      An ISO10303 Part 11 EXPRESS schema
      static intQEX
      An EDMexpressX(tm) QUERY_SCHEMA
      static intREX
      An EDMexpressX(tm) RULE_SCHEMA
      static intXPX
      An EDMexpressX(tm) SCHEMA_MAP
    • Constructor Summary

      Constructors 

      Constructor and Description
      SchemaTypes() 
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • EXP

        public static final int EXP

        An ISO10303 Part 11 EXPRESS schema

        See Also:Constant Field Values

      • XPX

        public static final int XPX

        An EDMexpressX(tm) SCHEMA_MAP

        See Also:Constant Field Values

      • QEX

        public static final int QEX

        An EDMexpressX(tm) QUERY_SCHEMA

        See Also:Constant Field Values

      • REX

        public static final int REX

        An EDMexpressX(tm) RULE_SCHEMA

        See Also:Constant Field Values

    • Constructor Detail

      • SchemaTypes

        public SchemaTypes()