org.jboss.seam
Class Component.ConstantInitialValue

java.lang.Object
  extended by org.jboss.seam.Component.ConstantInitialValue
All Implemented Interfaces:
Component.InitialValue
Enclosing class:
Component

public static class Component.ConstantInitialValue
extends Object
implements Component.InitialValue


Constructor Summary
Component.ConstantInitialValue(Conversions.PropertyValue propertyValue, Class parameterClass, Type parameterType)
           
 
Method Summary
 Object getValue(Class type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Component.ConstantInitialValue

public Component.ConstantInitialValue(Conversions.PropertyValue propertyValue,
                                      Class parameterClass,
                                      Type parameterType)
Method Detail

getValue

public Object getValue(Class type)
Specified by:
getValue in interface Component.InitialValue

toString

public String toString()
Overrides:
toString in class Object