public class MapModel extends Object
| Constructor and Description |
|---|
MapModel(String implType,
String interfaceType,
String mapKeyType,
String keyLocationName,
MemberModel keyModel,
String mapValueType,
String valueLocationName,
MemberModel valueModel) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntryType() |
String |
getImplType() |
String |
getInterfaceType() |
String |
getKeyLocationName() |
MemberModel |
getKeyModel() |
String |
getKeyType() |
String |
getTemplateImplType() |
String |
getTemplateType() |
String |
getValueLocationName() |
MemberModel |
getValueModel() |
String |
getValueType() |
boolean |
isKeySimple() |
boolean |
isValueList() |
boolean |
isValueSimple() |
public MapModel(String implType, String interfaceType, String mapKeyType, String keyLocationName, MemberModel keyModel, String mapValueType, String valueLocationName, MemberModel valueModel)
public String getImplType()
public String getInterfaceType()
public String getKeyType()
public String getKeyLocationName()
public MemberModel getKeyModel()
public String getValueType()
public String getValueLocationName()
public MemberModel getValueModel()
public boolean isKeySimple()
public boolean isValueSimple()
public boolean isValueList()
public String getTemplateType()
public String getTemplateImplType()
public String getEntryType()
Copyright © 2022. All rights reserved.