org.eclipse.jetty.annotations
类 AnnotationParser.ListValue

java.lang.Object
  继承者 org.eclipse.jetty.annotations.AnnotationParser.Value
      继承者 org.eclipse.jetty.annotations.AnnotationParser.ListValue
包容类:
AnnotationParser

public class AnnotationParser.ListValue
extends AnnotationParser.Value


构造方法摘要
AnnotationParser.ListValue(String name)
           
 
方法摘要
 void addValue(AnnotationParser.Value v)
           
 List<AnnotationParser.Value> getList()
           
 Object getValue()
           
 int size()
           
 String toString()
           
 
从类 org.eclipse.jetty.annotations.AnnotationParser.Value 继承的方法
getName
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

AnnotationParser.ListValue

public AnnotationParser.ListValue(String name)
方法详细信息

getValue

public Object getValue()
指定者:
AnnotationParser.Value 中的 getValue

getList

public List<AnnotationParser.Value> getList()

addValue

public void addValue(AnnotationParser.Value v)

size

public int size()

toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2013. All Rights Reserved.