public class AnnotationHashMap
extends java.lang.Object
| Constructor and Description |
|---|
AnnotationHashMap() |
AnnotationHashMap(java.util.Map<java.lang.String,java.lang.String> map)
Instantiates a new
AnnotationHashMap. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
convertToMap()
Returns a regular generic map of type String, String.
|
java.util.List<AnnotationHashMapEntryType> |
getParameter() |
void |
setParameter(java.util.List<AnnotationHashMapEntryType> parameter) |
public AnnotationHashMap()
public AnnotationHashMap(java.util.Map<java.lang.String,java.lang.String> map)
AnnotationHashMap.map - a map of type String, Stringpublic java.util.Map<java.lang.String,java.lang.String> convertToMap()
public java.util.List<AnnotationHashMapEntryType> getParameter()
public void setParameter(java.util.List<AnnotationHashMapEntryType> parameter)
Copyright © 2018 SAP SE. All Rights Reserved.