public class MinKeyElement extends AbstractElement
Modifier and Type | Field and Description |
---|---|
static ElementType |
TYPE
The BSON type for a binary.
|
ELEMENT_TYPE
Constructor and Description |
---|
MinKeyElement(String name)
Constructs a new
MinKeyElement . |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor visitor)
Accepts the visitor and calls the
Visitor.visitMinKey(java.lang.String) method. |
ElementType |
getType()
Returns the type for the BSON type.
|
MinKeyElement |
withName(String name)
Creates a new element with the same type and value as this element but
with the specified name.
|
public static final ElementType TYPE
public MinKeyElement(String name)
MinKeyElement
.name
- The name for the BSON minimum key.IllegalArgumentException
- If the name
is null
.public void accept(Visitor visitor)
Visitor.visitMinKey(java.lang.String)
method.visitor
- The visitor for the element.Element.accept(Visitor)
public ElementType getType()
public MinKeyElement withName(String name)
Returns a new MinKeyElement
.
name
- The new name for the element.Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.