|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.novell.nds.dirxml.shimhost.NameMap.ClassMap
public static class NameMap.ClassMap
"Read-only" class for examining the class mappings
for a NameMap instance.
| Method Summary | |
|---|---|
String |
getAppName()
Return the "application" name. |
NameMap.AttrMap |
getAttrByAppName(String appName)
Get the mapping for an attribute by the attributes application name. |
NameMap.AttrMap |
getAttrByNdsName(String ndsName)
Get the mapping for an attribute by the attribute's NDS name. |
String |
getNdsName()
Return the "nds" name (i.e., the name to which the application name is mapped). |
Iterator |
iterator()
Return an Iterator that will return the AttrMap instances
associated with this ClassMap. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Iterator iterator()
Iterator that will return the AttrMap instances
associated with this ClassMap.
Iterator whose next() method
returns AttrMap instances.public NameMap.AttrMap getAttrByNdsName(String ndsName)
ndsName - name of attribute in "nds" space
AttrMap instance, or null if no mapping existspublic NameMap.AttrMap getAttrByAppName(String appName)
appName - name of attribute in application space
AttrMap instance, or null if no mapping existspublic String getNdsName()
public String getAppName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||