public class FieldType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
classname |
protected java.lang.String |
isStatic |
protected java.lang.String |
name |
protected java.lang.String |
signature |
protected SourceLineType |
sourceLine |
| Constructor and Description |
|---|
FieldType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassname()
Gets the value of the classname property.
|
java.lang.String |
getIsStatic()
Gets the value of the isStatic property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getSignature()
Gets the value of the signature property.
|
SourceLineType |
getSourceLine()
Gets the value of the sourceLine property.
|
void |
setClassname(java.lang.String value)
Sets the value of the classname property.
|
void |
setIsStatic(java.lang.String value)
Sets the value of the isStatic property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setSignature(java.lang.String value)
Sets the value of the signature property.
|
void |
setSourceLine(SourceLineType value)
Sets the value of the sourceLine property.
|
protected SourceLineType sourceLine
protected java.lang.String classname
protected java.lang.String name
protected java.lang.String signature
protected java.lang.String isStatic
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
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSignature()
Stringpublic void setSignature(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIsStatic()
Stringpublic void setIsStatic(java.lang.String value)
value - allowed object is
String