Package eu.bandm.tools.tpath.runtime
Class Value<N>
java.lang.Object
eu.bandm.tools.tpath.runtime.Value<N>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasNumber()asString()static <N> Boolean<N> booleanValue(boolean value) booleanbooleanbooleanisNumber()booleanisString()static <N> Number<N> numberValue(double value) static <N> NodeSet<N> singleton(DocumentClient<N> client, N node) static <N> String<N> stringValue(String value) static <N> Value<N> value(boolean value) static <N> Value<N> value(double value) static <N> Value<N>
-
Constructor Details
-
Value
public Value()
-
-
Method Details
-
asBoolean
-
asString
-
asNumber
-
asNodeSet
-
isBoolean
public boolean isBoolean() -
isString
public boolean isString() -
isNumber
public boolean isNumber() -
isNodeSet
public boolean isNodeSet() -
booleanValue
-
value
-
stringValue
-
value
-
numberValue
-
value
-
singleton
-