|
Oracle Application Development Framework Model and Business Components Java API Reference
10.1.3.1.0 B28969-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface used as container of multiple Definitions. It is used for returning multiple instances of Definition from a method.
Definition
Method Summary | |
Definition |
find(java.lang.String definitionId) Finds a Definition with the given identifier. |
boolean |
isEmpty() Tests whether the definition container is empty. |
java.util.Iterator |
iterator() Obtains an iterator for looping through each of the Definition instances contained in this DefinitionContainer. |
Method Detail |
public Definition find(java.lang.String definitionId)
definitionId
- Identifier of the Definition that we want to find.public java.util.Iterator iterator()
public boolean isEmpty()
|
Oracle Application Development Framework Model and Business Components Java API Reference
10.1.3.1.0 B28969-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |