Package deltix.qsrv.hf.pub.md
Class ClassDescriptorSearchOptions
- java.lang.Object
-
- deltix.qsrv.hf.pub.md.ClassDescriptorSearchOptions
-
public class ClassDescriptorSearchOptions extends java.lang.ObjectUsed inMetaData.getClassDescriptors().
-
-
Field Summary
Fields Modifier and Type Field Description static intINCLUDE_ABSTRACT_RECORDstatic intINCLUDE_CONCRETE_RECORDstatic intINCLUDE_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
-
-