Package org.eclipse.wst.xsl.invoker.config


org.eclipse.wst.xsl.invoker.config
Class TypedValue



public class TypedValue
extends java.lang.Object
A value that is to be instantiated from a particular type e.g. Double, Object.


Field Summary

package-private java.lang.Stringtype
    
package-private java.lang.Stringuri
    
package-private java.lang.Stringvalue
    

Constructor Summary

TypedValue(java.lang.String uri , java.lang.String type , java.lang.String value)

Method Summary

public java.lang.ObjectcreateValue()
     Create the type of object defined by this.

Field Detail

type

package-private java.lang.String type


uri

package-private java.lang.String uri


value

package-private java.lang.String value


Constructor Detail

TypedValue

public TypedValue(java.lang.String uri , java.lang.String type , java.lang.String value)

Create a new instance of this from the given information.


Methods Detail

createValue

public java.lang.Object createValue()

Create the type of object defined by this.

Returns

java.lang.Object - the value

Throws:

org.eclipse.wst.xsl.invoker.config.CreationException - if a problem occurred