|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.ldap.name.DnOidContainer
The DnOidContainer is a class which ill contain a global Map associating names to thier OIDs and Normalizer.
Method Summary | |
static DnOidContainer |
getInstance()
|
static java.lang.Object |
getOidByName(java.lang.String name)
Get the OID/Normalizer associated with the given name |
static java.util.Map |
getOids()
Get the Map |
static void |
setOids(java.util.Map oids)
Set the Map |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static DnOidContainer getInstance()
public static java.lang.Object getOidByName(java.lang.String name)
name
- The type which OID is asked for
public static java.util.Map getOids()
public static void setOids(java.util.Map oids)
oids
- The Map to store
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |