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)