org.eclipse.jetty.annotations
类 AnnotationParser.SimpleValue

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

public class AnnotationParser.SimpleValue
extends AnnotationParser.Value


构造方法摘要
AnnotationParser.SimpleValue(String name)
           
 
方法摘要
 Object getValue()
           
 void setValue(Object val)
           
 String toString()
           
 
从类 org.eclipse.jetty.annotations.AnnotationParser.Value 继承的方法
getName
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

AnnotationParser.SimpleValue

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

setValue

public void setValue(Object val)

getValue

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

toString

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


Copyright © 2013. All Rights Reserved.