public static class DocumentTypeMapAdapter.Element extends Object
| Constructor and Description |
|---|
Element(DocumentType key,
Set<DocumentType> value) |
| Modifier and Type | Method and Description |
|---|---|
DocumentType |
getKey() |
Set<DocumentType> |
getValue() |
void |
setKey(DocumentType key) |
void |
setValue(Set<DocumentType> value) |
public Element(DocumentType key, Set<DocumentType> value)
public DocumentType getKey()
public void setKey(DocumentType key)
public Set<DocumentType> getValue()
public void setValue(Set<DocumentType> value)
Copyright © 2013–2021. All rights reserved.