|
Regain 2.1.0-STABLE API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.regain.crawler.preparator.java.JClassEnum
public class JClassEnum
Represents a Java class or an Enum
Field Summary | |
---|---|
private Type |
_type
|
private String |
className
|
private ArrayList |
constants
|
private ArrayList |
innerClasses
|
private ArrayList |
interfaces
|
private ArrayList |
methodDeclarations
|
private String |
superClass
|
Constructor Summary | |
---|---|
JClassEnum()
|
Method Summary | |
---|---|
String |
getClassName()
Returns the class name. |
ArrayList |
getConstants()
|
ArrayList |
getInnerClasses()
Gets the inner classes of a class. |
ArrayList |
getInterfaces()
Return all interfaces |
ArrayList |
getMethodDeclarations()
Returns the method declarations. |
String |
getSuperClass()
Returns the super class. |
Type |
getType()
|
void |
setClassName(String className)
Sets the class name. |
void |
setInnerClasses(ArrayList innerClasses)
Sets the inner classes. |
void |
setInterfaces(ArrayList interfaces)
Sets the interfaces. |
void |
setMethodDeclarations(ArrayList methodDeclarations)
Sets the method declarations. |
void |
setSuperClass(String superClass)
Sets the super class. |
void |
setType(Type type)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private String className
private Type _type
private ArrayList methodDeclarations
private ArrayList innerClasses
private String superClass
private ArrayList interfaces
private ArrayList constants
Constructor Detail |
---|
public JClassEnum()
Method Detail |
---|
public String getClassName()
public void setClassName(String className)
className
- the name of the classpublic ArrayList getMethodDeclarations()
public void setMethodDeclarations(ArrayList methodDeclarations)
methodDeclarations
- public ArrayList getInnerClasses()
public void setInnerClasses(ArrayList innerClasses)
innerClasses
- public String getSuperClass()
public void setSuperClass(String superClass)
superClass
- public ArrayList getInterfaces()
public void setInterfaces(ArrayList interfaces)
interfaces
- public ArrayList getConstants()
public Type getType()
public void setType(Type type)
type
- the _type to set
|
Regain 2.1.0-STABLE API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |