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

Introspector.Attribute (JBoss Seam API Documentation) - JBoss Seam 1.0.0 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()
           
 Object getValue()
           
 void setName(String name)
           
 void setValue(Object value)
           
 
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()

setName

public void setName(String name)

getValue

public Object getValue()

setValue

public void setValue(Object value)