Package edm.edom3

Class EDMConstants.SelectOptions

  • Enclosing interface:
    EDMConstants

    public static class EDMConstants.SelectOptions
    extends java.lang.Object
    Options for Select Instances
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long ASCENDING
      Sort result ascending on first attribute
      static long DESCENDING
      Sort result descending on first attribute
      static long INCLUDE_INSTANCE_IDS
      Include instance IDs in first column
      static long ONLY_INSTANCE_IDS
      Return only instance IDs in single column
      static long SUBTYPES
      Include subtypes of given instance in result
    • Constructor Summary

      Constructors 
      Constructor Description
      SelectOptions()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ASCENDING

        public static final long ASCENDING
        Sort result ascending on first attribute
        See Also:
        Constant Field Values
      • DESCENDING

        public static final long DESCENDING
        Sort result descending on first attribute
        See Also:
        Constant Field Values
      • SUBTYPES

        public static final long SUBTYPES
        Include subtypes of given instance in result
        See Also:
        Constant Field Values
      • ONLY_INSTANCE_IDS

        public static final long ONLY_INSTANCE_IDS
        Return only instance IDs in single column
        See Also:
        Constant Field Values
      • INCLUDE_INSTANCE_IDS

        public static final long INCLUDE_INSTANCE_IDS
        Include instance IDs in first column
        See Also:
        Constant Field Values
    • Constructor Detail

      • SelectOptions

        public SelectOptions()