public final class NameAndUIDFacade extends ValueListFacade
valueList| Constructor and Description |
|---|
NameAndUIDFacade(ValueList comp)
Facade constructor
|
| Modifier and Type | Method and Description |
|---|---|
static ValueList |
createValueList(java.lang.String dn,
java.lang.String bitString)
Creates an LDAP NameAndUID ValueList.
|
java.lang.String |
getBitString()
Returns the bitString.
|
java.lang.String |
getDN()
Returns the DN name.
|
void |
setBitString(java.lang.String bitString)
Sets the BitString.
|
void |
setDN(java.lang.String dn)
Sets the DN name.
|
getValueList, replaceBooleanValue, replaceHexValue, replaceLongValue, replaceStringValue, replaceValueListpublic NameAndUIDFacade(ValueList comp) throws IncompatibleComponentException
comp - The ValueList that represents the Name And Optional UID data.IncompatibleComponentException - Thrown if the ValueList syntax is
not "Name And Optional UID".public static ValueList createValueList(java.lang.String dn, java.lang.String bitString)
dn - Refer to NDS Schema Reference.bitString - in the format '0101'B. May be null.public java.lang.String getDN()
public void setDN(java.lang.String dn)
dn - The DN name.FacadeParameterException - Thrown when the object name cannot be set to the value requested.public java.lang.String getBitString()
public void setBitString(java.lang.String bitString)
bitString - The BitString.
API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated ${TODAY} ${TSTAMP}.