com.novell.nds.dirxml.driver.xds
Interface SomeAttrElement

All Superinterfaces:
XDSElement
All Known Implementing Classes:
XDSAddAttrElement, XDSAllowAttrElement, XDSAttrElement, XDSModifyAttrElement, XDSReadAttrElement, XDSSearchAttrElement

public interface SomeAttrElement
extends XDSElement

Any XDS element with an attr-name attribute.

An <add-attr>, <modify-attr>, <search-attr>, <attr>, <read-attr>, or <allow-attr> element.


Method Summary
 String getAttrName()
          Gets the value of this element's attr-name attribute.
 void setAttrName(String someName)
          Sets this element's attr-name attribute to someName.
 
Methods inherited from interface com.novell.nds.dirxml.driver.xds.XDSElement
attributeValueGet, attributeValueGet, attributeValueSet, childElements, domDocument, domElement, localName, namespaceName, position, tagName
 

Method Detail

getAttrName

public String getAttrName()
Gets the value of this element's attr-name attribute.

Invocation Context:
READ

Returns:
will not return null; will not return ""

setAttrName

public void setAttrName(String someName)
Sets this element's attr-name attribute to someName.

Invocation Context:
WRITE

Parameters:
someName - if null or "", no action is taken