EDMConstants.SelectOptions



edm.edom3

Class EDMConstants.SelectOptions

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



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

    Options for Select Instances
    • Field Summary

      Fields 

      Modifier and TypeField and Description
      static longASCENDING
      Sort result ascending on first attribute
      static longDESCENDING
      Sort result descending on first attribute
      static longINCLUDE_INSTANCE_IDS
      Include instance IDs in first column
      static longONLY_INSTANCE_IDS
      Return only instance IDs in single column
      static longSUBTYPES
      Include subtypes of given instance in result
    • Constructor Summary

      Constructors 

      Constructor and 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()