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 Type Field and Description static long
ASCENDING
Sort result ascending on first attributestatic long
DESCENDING
Sort result descending on first attributestatic long
INCLUDE_INSTANCE_IDS
Include instance IDs in first columnstatic long
ONLY_INSTANCE_IDS
Return only instance IDs in single columnstatic long
SUBTYPES
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 attributeSee Also:Constant Field Values
DESCENDING
public static final long DESCENDING
Sort result descending on first attributeSee Also:Constant Field Values
SUBTYPES
public static final long SUBTYPES
Include subtypes of given instance in resultSee Also:Constant Field Values
ONLY_INSTANCE_IDS
public static final long ONLY_INSTANCE_IDS
Return only instance IDs in single columnSee Also:Constant Field Values
INCLUDE_INSTANCE_IDS
public static final long INCLUDE_INSTANCE_IDS
Include instance IDs in first columnSee Also:Constant Field Values
Constructor Detail
SelectOptions
public SelectOptions()