| Modifier and Type | Method | Description |
|---|---|---|
DetailEntry |
Detail.addDetailEntry(QName qname) |
Creates a new
DetailEntry object with the given
QName and adds it to this Detail object. |
DetailEntry |
Detail.addDetailEntry(Name name) |
Creates a new
DetailEntry object with the given
name and adds it to this Detail object. |
| Modifier and Type | Method | Description |
|---|---|---|
Iterator<DetailEntry> |
Detail.getDetailEntries() |
Gets an Iterator over all of the
DetailEntrys in this Detail object. |
Copyright © 2017 Oracle. All rights reserved.