Package deltix.qsrv.hf.pub.md
Class ClassDescriptorSearchOptions
- java.lang.Object
-
- deltix.qsrv.hf.pub.md.ClassDescriptorSearchOptions
-
public class ClassDescriptorSearchOptions extends java.lang.Object
Used inMetaData.getClassDescriptors()
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
INCLUDE_ABSTRACT_RECORD
static int
INCLUDE_CONCRETE_RECORD
static int
INCLUDE_ENUM
-
Constructor Summary
Constructors Constructor Description ClassDescriptorSearchOptions()
-
-
-
Field Detail
-
INCLUDE_ABSTRACT_RECORD
public static final int INCLUDE_ABSTRACT_RECORD
- See Also:
- Constant Field Values
-
INCLUDE_CONCRETE_RECORD
public static final int INCLUDE_CONCRETE_RECORD
- See Also:
- Constant Field Values
-
INCLUDE_ENUM
public static final int INCLUDE_ENUM
- See Also:
- Constant Field Values
-
-