public class ClassType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
classname |
protected SourceLineType |
sourceLine |
| Constructor and Description |
|---|
ClassType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassname()
Gets the value of the classname property.
|
SourceLineType |
getSourceLine()
Gets the value of the sourceLine property.
|
void |
setClassname(java.lang.String value)
Sets the value of the classname property.
|
void |
setSourceLine(SourceLineType value)
Sets the value of the sourceLine property.
|
protected SourceLineType sourceLine
protected java.lang.String classname
public SourceLineType getSourceLine()
SourceLineTypepublic void setSourceLine(SourceLineType value)
value - allowed object is
SourceLineTypepublic java.lang.String getClassname()
Stringpublic void setClassname(java.lang.String value)
value - allowed object is
String