org.opencrx.kernel.code1.cci2
Interface CodeValueContainerContainsEntry.Entry<E>

All Superinterfaces:
Collection<E>, Container<E>, Iterable<E>
Enclosing interface:
CodeValueContainerContainsEntry

public static interface CodeValueContainerContainsEntry.Entry<E>
extends Container<E>

Association End Interface entry


Method Summary
 void add(QualifierType codeType, String code, E entry)
           
 E get(QualifierType codeType, String code)
           
 void remove(QualifierType codeType, String code)
           
 
Methods inherited from interface org.w3c.cci2.Container
getAll, remove, removeAll
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, removeAll, retainAll, size, toArray, toArray
 

Method Detail

get

E get(QualifierType codeType,
      String code)

add

void add(QualifierType codeType,
         String code,
         E entry)

remove

void remove(QualifierType codeType,
            String code)


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