public class AnnotationParser.ListValue extends AnnotationParser.Value
| Constructor and Description |
|---|
AnnotationParser.ListValue(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(AnnotationParser.Value v) |
List<AnnotationParser.Value> |
getList() |
Object |
getValue() |
int |
size() |
String |
toString() |
getNamepublic AnnotationParser.ListValue(String name)
public Object getValue()
getValue in class AnnotationParser.Valuepublic List<AnnotationParser.Value> getList()
public void addValue(AnnotationParser.Value v)
public int size()
Copyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.