public class JSONDocType extends Object
| Constructor and Description |
|---|
JSONDocType() |
JSONDocType(String item) |
| Modifier and Type | Method and Description |
|---|---|
void |
addItemToType(String item) |
JSONDocType |
getMapKey() |
JSONDocType |
getMapValue() |
String |
getOneLineText() |
List<String> |
getType() |
void |
setMapKey(JSONDocType mapKey) |
void |
setMapValue(JSONDocType mapValue) |
void |
setType(List<String> type) |
public JSONDocType()
public JSONDocType(String item)
public void addItemToType(String item)
public String getOneLineText()
public JSONDocType getMapKey()
public void setMapKey(JSONDocType mapKey)
public JSONDocType getMapValue()
public void setMapValue(JSONDocType mapValue)
Copyright © 2015. All rights reserved.