java.lang.Object
org.apache.drill.common.scanner.persistence.ChildClassDescriptor
public final class ChildClassDescriptor
extends Object
a class that implements a specific type
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
ChildClassDescriptor
public ChildClassDescriptor(String name,
boolean isAbstract)
-
Method Details
-
getName
- Returns:
- the class name
-
isAbstract
public boolean isAbstract()
- Returns:
- whether the class is abstract
-