EDMConstants.AggregateTypes

edm.edom3

Class EDMConstants.AggregateTypes


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



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

    Enumeration of aggregate type
    • Field Summary

      Fields 

      Modifier and TypeField and Description
      static intedmGENAGGR
      Denotes aggregate type:
      static intedmNOAGGR
      Denotes aggregate type:
      static intsdaiARRAY
      Denotes aggregate type:
      static intsdaiBAG
      Denotes aggregate type:
      static intsdaiLIST
      Denotes aggregate type:
      static intsdaiSET
      Denotes aggregate type:
    • Constructor Summary

      Constructors 

      Constructor and Description
      AggregateTypes() 
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • sdaiBAG

        public static final int sdaiBAG

        Denotes aggregate type:

        See Also:Constant Field Values

      • sdaiLIST

        public static final int sdaiLIST

        Denotes aggregate type:

        See Also:Constant Field Values

      • sdaiSET

        public static final int sdaiSET

        Denotes aggregate type:

        See Also:Constant Field Values

      • sdaiARRAY

        public static final int sdaiARRAY

        Denotes aggregate type:

        See Also:Constant Field Values

      • edmGENAGGR

        public static final int edmGENAGGR

        Denotes aggregate type:

        See Also:Constant Field Values

      • edmNOAGGR

        public static final int edmNOAGGR

        Denotes aggregate type:

        See Also:Constant Field Values

    • Constructor Detail

      • AggregateTypes

        public AggregateTypes()