|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NamespaceFindElementsByTypeResult
| Method Summary | |
|---|---|
boolean |
containsResult(Element value)
Returns true if the list of all the values for the structure field result contains the specified element. |
List |
getResult()
Retrieves a list containing all the elements for the structure field result. |
Element |
getResult(int index)
Retrieves the element at the specified position in the list of all the values for the structure field result. |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefStruct_1_0 |
|---|
refContainsValue, refDelegate, refGetValue |
| Methods inherited from interface javax.jmi.reflect.RefStruct |
|---|
equals, hashCode, refFieldNames, refGetValue, refTypeName |
| Method Detail |
|---|
List getResult()
result.
JmiException - If the values cannot be retrieved for some reason.boolean containsResult(Element value)
result contains the specified element.
value - An element whose presence in the list of all the values for this structure field is to be tested.
true if the list of all the values for this structure field contains the specified element.
JmiException - If the containment of the value cannot be checked for some reason.Element getResult(int index)
result.
index - The index of the element to return.
JmiException - If the value cannot be retrieved for some reason.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||