public class MapModel extends Object
Constructor and Description |
---|
MapModel(String implType,
String interfaceType,
String keyLocationName,
MemberModel keyModel,
String valueLocationName,
MemberModel valueModel) |
Modifier and Type | Method and Description |
---|---|
String |
getEntryType() |
String |
getImplType() |
String |
getInterfaceType() |
String |
getKeyLocationName() |
MemberModel |
getKeyModel() |
String |
getTemplateType() |
String |
getValueLocationName() |
MemberModel |
getValueModel() |
public MapModel(String implType, String interfaceType, String keyLocationName, MemberModel keyModel, String valueLocationName, MemberModel valueModel)
public String getImplType()
public String getInterfaceType()
public String getKeyLocationName()
public MemberModel getKeyModel()
public String getValueLocationName()
public MemberModel getValueModel()
public String getTemplateType()
public String getEntryType()
Copyright © 2020. All rights reserved.