Package org.drools.modelcompiler.builder
Class GeneratedClassWithPackage
- java.lang.Object
-
- org.drools.modelcompiler.builder.GeneratedClassWithPackage
-
public class GeneratedClassWithPackage extends Object
-
-
Constructor Summary
Constructors Constructor Description GeneratedClassWithPackage(com.github.javaparser.ast.body.TypeDeclaration generatedClass, String packageName, Collection<String> imports, Collection<String> staticImports)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetClassName()StringgetFullyQualifiedName()com.github.javaparser.ast.body.TypeDeclarationgetGeneratedClass()Collection<String>getImports()StringgetPackageName()Collection<String>getStaticImports()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
GeneratedClassWithPackage
public GeneratedClassWithPackage(com.github.javaparser.ast.body.TypeDeclaration generatedClass, String packageName, Collection<String> imports, Collection<String> staticImports)
-
-
Method Detail
-
getGeneratedClass
public com.github.javaparser.ast.body.TypeDeclaration getGeneratedClass()
-
getPackageName
public String getPackageName()
-
getClassName
public String getClassName()
-
getFullyQualifiedName
public String getFullyQualifiedName()
-
getImports
public Collection<String> getImports()
-
getStaticImports
public Collection<String> getStaticImports()
-
-