站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.1.7 cr1 API 英文版文档

Introspector.Attribute (JBoss Seam API Documentation) - JBoss Seam 1.1.7 cr1 API 英文版文档


org.jboss.seam.debug
Class Introspector.Attribute

java.lang.Object
  extended by org.jboss.seam.debug.Introspector.Attribute
Enclosing class:
Introspector

public static class Introspector.Attribute
extends Object


Constructor Summary
Introspector.Attribute(String name, Object value)
           
 
Method Summary
 String getName()
           
 String getStringValue()
           
 Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Introspector.Attribute

public Introspector.Attribute(String name,
                              Object value)
Method Detail

getName

public String getName()

getValue

public Object getValue()

getStringValue

public String getStringValue()