public class MaxKeyElement extends AbstractElement
Modifier and Type | Field and Description |
---|---|
static ElementType |
TYPE
The BSON type for a binary.
|
ELEMENT_TYPE
Constructor and Description |
---|
MaxKeyElement(String name)
Constructs a new
MaxKeyElement . |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor visitor)
Accepts the visitor and calls the
Visitor.visitMaxKey(java.lang.String) method. |
ElementType |
getType()
Returns the type for the BSON type.
|
MaxKeyElement |
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 MaxKeyElement(String name)
MaxKeyElement
.name
- The name for the BSON maximum key.IllegalArgumentException
- If the name
is null
.public void accept(Visitor visitor)
Visitor.visitMaxKey(java.lang.String)
method.visitor
- The visitor for the element.Element.accept(Visitor)
public ElementType getType()
public MaxKeyElement withName(String name)
Returns a new MaxKeyElement
.
name
- The new name for the element.Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.