Uses of Class
edu.uiuc.ncsa.qdl.variables.QDLNull
-
Packages that use QDLNull Package Description edu.uiuc.ncsa.qdl.expressions Expressions are objects that take zero or more arguments and return a result.edu.uiuc.ncsa.qdl.extensions.dynamodb edu.uiuc.ncsa.qdl.util Utilities for QDL.edu.uiuc.ncsa.qdl.variables Variables in QDL and classes that support them.edu.uiuc.ncsa.qdl.xml Everything relating to serialization of QDL workspaces to/from XML. -
-
Uses of QDLNull in edu.uiuc.ncsa.qdl.expressions
Constructors in edu.uiuc.ncsa.qdl.expressions with parameters of type QDLNull Constructor Description ConstantNode(QDLNull result)
-
Uses of QDLNull in edu.uiuc.ncsa.qdl.extensions.dynamodb
Methods in edu.uiuc.ncsa.qdl.extensions.dynamodb with parameters of type QDLNull Modifier and Type Method Description protected software.amazon.awssdk.services.dynamodb.model.AttributeValue
DynamoDB. convertToAV(QDLNull bValue)
-
Uses of QDLNull in edu.uiuc.ncsa.qdl.util
Methods in edu.uiuc.ncsa.qdl.util with parameters of type QDLNull Modifier and Type Method Description static String
InputFormUtil. inputForm(QDLNull qdlNull)
-
Uses of QDLNull in edu.uiuc.ncsa.qdl.variables
Methods in edu.uiuc.ncsa.qdl.variables that return QDLNull Modifier and Type Method Description static QDLNull
QDLNull. getInstance()
-
Uses of QDLNull in edu.uiuc.ncsa.qdl.xml
Methods in edu.uiuc.ncsa.qdl.xml with parameters of type QDLNull Modifier and Type Method Description static void
XMLUtils. write(XMLStreamWriter xsw, QDLNull qdlNull)
-