Class BindingUtils
- java.lang.Object
-
- com.inductiveautomation.perspective.gateway.binding.BindingUtils
-
public class BindingUtils extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DocumentElement
datasetToDocument(Dataset dataset)
static DocumentElement
toDocumentElement(java.lang.Object obj)
static java.lang.Object
unQualify(QualifiedValue qv)
Takes the value out of a QV and tries to turn it into something more usable.
-
-
-
Method Detail
-
unQualify
public static java.lang.Object unQualify(QualifiedValue qv)
Takes the value out of a QV and tries to turn it into something more usable. If the value in the QV is a map or list of more QVs, it will return aDocument
instead.
-
toDocumentElement
public static DocumentElement toDocumentElement(java.lang.Object obj)
-
datasetToDocument
public static DocumentElement datasetToDocument(Dataset dataset)
-
-