public class AliasMap extends Object
| Constructor and Description |
|---|
AliasMap(PlasmaType root) |
| Modifier and Type | Method and Description |
|---|---|
String |
addAlias(PlasmaType type)
Adds and returns the table alias for the given type, or existing alias of
already mapped
|
String |
getAlias(PlasmaType type)
Returns the table alias for the given type
|
Collection<String> |
getAliases()
Returs the alias names for this map
|
Iterator<PlasmaType> |
getTypes()
Return the types which are keys for this map.
|
public AliasMap(PlasmaType root)
public String getAlias(PlasmaType type)
type - the typepublic Iterator<PlasmaType> getTypes()
public Collection<String> getAliases()
public String addAlias(PlasmaType type)
type - the typeCopyright © 2018. All rights reserved.