public class AnnotationEnumElem extends AnnotationElem
Constructor and Description |
---|
AnnotationEnumElem(String t,
String c,
char kind,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw)
Called when this object is visited.
|
String |
getConstantName() |
String |
getTypeName() |
void |
setConstantName(String newValue) |
void |
setTypeName(String newValue) |
String |
toString() |
getKind, getName, setName
public String toString()
toString
in class AnnotationElem
public String getTypeName()
public void setTypeName(String newValue)
public String getConstantName()
public void setConstantName(String newValue)
public void apply(Switch sw)
Switchable