Package com.sun.tools.txw2.model
Class Value
java.lang.Object
com.sun.tools.txw2.model.Leaf
com.sun.tools.txw2.model.Value
- All Implemented Interfaces:
Text,ParsedPattern
A constant value.
- Author:
- Kohsuke Kawaguchi
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
The underlying datatype, in case we need to revert toData. -
name
Constant name.
-
-
Constructor Details
-
Value
-
-
Method Details
-
getDatatype
Description copied from interface:TextObtains the Java class of thisText.- Specified by:
getDatatypein interfaceText
-