public class AnnotationParser.ListValue extends AnnotationParser.Value
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(AnnotationParser.Value v) |
List<AnnotationParser.Value> |
getList() |
Object |
getValue() |
int |
size() |
String |
toString() |
getNamepublic 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 © 2016. All rights reserved.