public class Value extends Leaf implements Text
| Modifier and Type | Field and Description |
|---|---|
String |
name
Constant name.
|
JType |
type
The underlying datatype, in case
we need to revert to
Data. |
| Constructor and Description |
|---|
Value(Locator location,
JType type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
JType |
getDatatype(NodeSet nset)
Obtains the Java class of this
Text. |
public final String name
Copyright © 2017 Oracle Corporation. All rights reserved.