public class String<N> extends Value<N>
Modifier and Type | Method and Description |
---|---|
Boolean<N> |
asBoolean() |
NodeSet<N> |
asNodeSet() |
Number<N> |
asNumber() |
String<N> |
asString() |
static <N> String<N> |
empty() |
String |
getValue() |
boolean |
isString() |
String |
toString() |
booleanValue, isBoolean, isNodeSet, isNumber, numberValue, singleton, stringValue, value, value, value
see also the complete user documentation .