|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.novell.nds.dirxml.job.JobUtil.StructuredValue
public static class JobUtil.StructuredValue
Class to report values for structured eDirectory attribute syntaxes.
| Method Summary | |
|---|---|
String |
getComponent(String componentName)
Get a component by name. |
Iterator |
iterator()
Return an Iterator for the components in the attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String getComponent(String componentName)
iterator().
componentName - name
null, if there is no such component in the attribute value.public Iterator iterator()
Iterator for the components in the attribute value.
The return of the Iterator's next() method is a two-element array
of Strings. Element 0 is the component name; element 1 is the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||