org.openmdx.base.accessor.jmi.cci
Interface RefStruct_1_0

All Superinterfaces:
RefStruct, Serializable
All Known Subinterfaces:
ClassifierExternalizeClassifierParams, ClassifierExternalizeClassifierParams, ClassifierExternalizeResult, ClassifierExternalizeResult, GetStreamResult, GetStreamResult, NamespaceFindElementsByTypeParams, NamespaceFindElementsByTypeParams, NamespaceFindElementsByTypeResult, NamespaceFindElementsByTypeResult, NamespaceLookupElementParams, NamespaceLookupElementParams, NamespaceLookupElementResult, NamespaceLookupElementResult, NamespaceResolveQualifiedNameParams, NamespaceResolveQualifiedNameParams, NamespaceResolveQualifiedNameResult, NamespaceResolveQualifiedNameResult, PackageExternalizeParams, PackageExternalizeParams, PackageExternalizeResult, PackageExternalizeResult, Void, Void
All Known Implementing Classes:
ClassifierExternalizeClassifierParamsImpl, ClassifierExternalizeResultImpl, GetStreamResultImpl, Jmi1StructInvocationHandler.RefStruct_1Proxy, NamespaceFindElementsByTypeParamsImpl, NamespaceFindElementsByTypeResultImpl, NamespaceLookupElementParamsImpl, NamespaceLookupElementResultImpl, NamespaceResolveQualifiedNameParamsImpl, NamespaceResolveQualifiedNameResultImpl, PackageExternalizeParamsImpl, PackageExternalizeResultImpl, RefStruct_1, VoidImpl

public interface RefStruct_1_0
extends RefStruct

This interface extends the javax.jmi.reflect.RefStruct interface by openMDX specific helpers. These methods must not be used by 100% JMI-compliant applications.


Method Summary
 boolean refContainsValue(String fieldName, Object value)
          Verifies whether the multi-valued feature contains the specified value.
 Structure_1_0 refDelegate()
           
 Object refGetValue(String fieldName, int index)
           
 
Methods inherited from interface javax.jmi.reflect.RefStruct
equals, hashCode, refFieldNames, refGetValue, refTypeName
 

Method Detail

refDelegate

Structure_1_0 refDelegate()

refGetValue

Object refGetValue(String fieldName,
                   int index)

refContainsValue

boolean refContainsValue(String fieldName,
                         Object value)
Verifies whether the multi-valued feature contains the specified value.

Returns:
true if the value is contained in the set of values of the specified feature.


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