org.omg.model1.cci
Interface NamespaceFindElementsByTypeResult

All Superinterfaces:
RefStruct, RefStruct_1_0, Serializable
All Known Implementing Classes:
NamespaceFindElementsByTypeResultImpl

public interface NamespaceFindElementsByTypeResult
extends RefStruct_1_0


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

getResult

List getResult()
Retrieves a list containing all the elements for the structure field result.

Returns:
A list containing all elements for this structure field.
Throws:
JmiException - If the values cannot be retrieved for some reason.

containsResult

boolean containsResult(Element value)
Returns true if the list of all the values for the structure field result contains the specified element.

Parameters:
value - An element whose presence in the list of all the values for this structure field is to be tested.
Returns:
true if the list of all the values for this structure field contains the specified element.
Throws:
JmiException - If the containment of the value cannot be checked for some reason.

getResult

Element getResult(int index)
Retrieves the element at the specified position in the list of all the values for the structure field result.

Parameters:
index - The index of the element to return.
Returns:
The element at the specified position in the list of all values for this structure field.
Throws:
JmiException - If the value cannot be retrieved for some reason.


This software is published under the BSD license. Copyright © 2003-2008, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.