public class ContextMap extends Object implements Serializable
| Constructor and Description |
|---|
ContextMap(Map<String,Object> values) |
ContextMap(String relname,
ArrayList<Map<String,Object>> strContextMap) |
ContextMap(String relname,
boolean internal,
Map<String,Object> values) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addItems(Context item) |
static HashMap<String,Object> |
createNewMap(String key,
Object value) |
HashSet<Context> |
getItems() |
Map<String,Object> |
getProperties(int index) |
String |
getRelName() |
boolean |
hasItems() |
boolean |
isInternal() |
void |
pushProperties(Map<String,Object> props) |
String |
serialize() |
void |
setRelName(String name) |
String |
valuesToJSONString() |
public String serialize()
public String valuesToJSONString()
public boolean addItems(Context item)
public void setRelName(String name)
public String getRelName()
public boolean hasItems()
public boolean isInternal()
Copyright © 2021. All rights reserved.