public interface DocumentValue
extends com.holonplatform.core.Expression
Document value.| Modifier and Type | Method and Description |
|---|---|
static DocumentValue |
create(org.bson.Document document)
Create a new
DocumentValue using given document. |
org.bson.Document |
getValue()
Get the actual
Document value. |
org.bson.Document getValue()
Document value.Document valuestatic DocumentValue create(org.bson.Document document)
DocumentValue using given document.document - The document instanceDocumentValue instanceCopyright © 2019 The Holon Platform. All rights reserved.