public class ClassModel
extends java.lang.Object
Constructor and Description |
---|
ClassModel(java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPackage()
Return the name of the package of the Class.
|
java.lang.String |
getPath()
The classpath of the class.
|
boolean |
isAbstract()
Return true if the class is abstract.
|
void |
setAbstract(boolean isAbstract)
Set if the class is abstract.
|
public java.lang.String getPath()
public boolean isAbstract()
public void setAbstract(boolean isAbstract)
isAbstract
- if the class is abstractpublic java.lang.String getPackage()
Copyright © 2016-2023 Herve Girod. All Rights Reserved. Documentation and source under the LGPL licence