public class AnnotationAttribute extends Object implements Serializable
Constructor and Description |
---|
AnnotationAttribute()
Ctor.
|
AnnotationAttribute(String name,
Object value)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns annotation name.
|
Object |
getValue()
Returns annotation value.
|
void |
setName(String name)
Sets annotation name.
|
void |
setValue(Object value)
Sets annotation value.
|
public String getName()
public void setName(String name)
name
- to setpublic Object getValue()
public void setValue(Object value)
value
- to set