org.openmdx.base.accessor.jmi.cci
Interface RefContainer_1_0<E>

All Superinterfaces:
Collection<E>, Container<E>, Iterable<E>
All Known Implementing Classes:
RefContainer_1

public interface RefContainer_1_0<E>
extends Container<E>

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


Method Summary
 void refAddValue(String qualifier, E value)
          Adds object to the container with qualifier.
 
Methods inherited from interface org.openmdx.compatibility.base.collection.Container
get, subSet, toList
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

refAddValue

void refAddValue(String qualifier,
                 E value)
Adds object to the container with qualifier. Adding an object to a container with add(value) is equivalent to refAddValue(null, value).

Throws:
JmiServiceException - in case the object can not be added to the container.


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