wt.query.qml
Class DisplayNameInfo
java.lang.Object
wt.query.qml.DisplayNameInfo
- Direct Known Subclasses:
- AttributeTypeDisplayInfo, ClassDisplayInfo, PropertyDisplayInfo, PropertyNameDisplayInfo, TypeDisplayInfo
- public class DisplayNameInfo
- extends Object
currentLocale
private static Locale currentLocale
nameToItemMap
private Hashtable nameToItemMap
itemToNameMap
private Hashtable itemToNameMap
duplicateTable
private Hashtable duplicateTable
DisplayNameInfo
public DisplayNameInfo()
getDisplayName
public String getDisplayName(Object a_item)
getDisplayItem
public Object getDisplayItem(String a_displayName)
getDisplayNames
public Enumeration getDisplayNames()
size
public int size()
addItem
public void addItem(DisplayItem a_item)
toString
public String toString()
verifyCurrentLocale
protected static boolean verifyCurrentLocale(Locale a_locale)
put
private void put(DisplayItem a_item,
String a_name)
getUniqueName
private String getUniqueName(DisplayItem a_item)