blob: b8395695c057bca8b284dd387cec9a8384bd2f65 [file] [log] [blame]
<html><body><p><font size="+1"><strong>Package org.eclipse.wst.xsl.invoker.config</strong></font></p><hr><h2><font size="-1"><strong>org.eclipse.wst.xsl.invoker.config</strong></font><br>
Class TypedValue</h2><br><hr><pre>public class <strong>TypedValue</strong>
extends java.lang.Object</pre>A value that is to be instantiated from a particular type e.g. Double, Object.<p></p><hr><table width="100%" border="1"><tr cols="2" bgcolor="#CCCCFF"><td colspan="2" width="100%"><h2>Field Summary</h2></td></tr><tr valign="top"><td width="20%" align="right"><code>package-private java.lang.String</code></td><td width="80%" align="left"><code><a href="#field_type">type</a></code><br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td></tr><tr valign="top"><td width="20%" align="right"><code>package-private java.lang.String</code></td><td width="80%" align="left"><code><a href="#field_uri">uri</a></code><br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td></tr><tr valign="top"><td width="20%" align="right"><code>package-private java.lang.String</code></td><td width="80%" align="left"><code><a href="#field_value">value</a></code><br>
&nbsp;&nbsp;&nbsp;&nbsp;
</td></tr></table><br><table width="100%" border="1"><tr bgcolor="#CCCCFF"><td width="100%"><h2>Constructor Summary</h2></td></tr><tr><td><code><strong><a href="#con_TypedValue">TypedValue</a></strong>(java.lang.String uri
,
java.lang.String type
,
java.lang.String value)</code></td></tr></table><br><table width="100%" border="1"><tr cols="2" bgcolor="#CCCCFF"><td colspan="2" width="100%"><h2>Method Summary</h2></td></tr><tr valign="top"><td width="20%" align="right"><code>public java.lang.Object</code></td><td width="" align="left"><code><a href="#method_createValue">createValue</a>()</code><br>
&nbsp;&nbsp;&nbsp;&nbsp;
Create the type of object defined by this.</td></tr></table><hr><table cols="2" width="100%" border="1"><tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left"><td><h2>
Field Detail
</h2></td></tr></table><h2><a name="field_type">type</a></h2><p><code>package-private java.lang.String <strong>type</strong></code></p><hr><h2><a name="field_uri">uri</a></h2><p><code>package-private java.lang.String <strong>uri</strong></code></p><hr><h2><a name="field_value">value</a></h2><p><code>package-private java.lang.String <strong>value</strong></code></p><hr><table cols="2" width="100%" border="1"><tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left"><td><h2>
Constructor Detail
</h2></td></tr></table><h2><a name="con_TypedValue">TypedValue</a></h2><p><code>public <strong>TypedValue</strong>(java.lang.String uri
,
java.lang.String type
,
java.lang.String value)</code></p><p>Create a new instance of this from the given information.</p><hr><table cols="2" width="100%" border="1"><tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left"><td><h2>
Methods Detail
</h2></td></tr></table><h2><a name="method_createValue">createValue</a></h2><p><code>public java.lang.Object <strong>createValue</strong>()</code></p><p>Create the type of object defined by this.</p><h3>Returns</h3><p><code>java.lang.Object</code> - the value</p><h3>Throws:</h3><p><code>org.eclipse.wst.xsl.invoker.config.CreationException - if a problem occurred</code></p><hr></body></html>