|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.novell.nds.dirxml.driver.xds.DNFormat
An enumeration of dn-format
values.
Field Summary | |
static DNFormat |
DOT
'dot' |
static DNFormat |
LDAP
'ldap' |
static DNFormat |
QUALIFIED_DOT
'qualified-dot' |
static DNFormat |
QUALIFIED_SLASH
'qualified-slash' |
static DNFormat |
SLASH
'slash' |
Method Summary | |
String |
toString()
Returns a string representation of this value (e.g., 'dot', 'slash', 'ldap'). |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final DNFormat DOT
public static final DNFormat QUALIFIED_DOT
public static final DNFormat SLASH
public static final DNFormat QUALIFIED_SLASH
public static final DNFormat LDAP
Method Detail |
public String toString()
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |