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()