Uses of Interface
org.opencrx.kernel.code1.jmi1.AbstractEntry

Packages that use AbstractEntry
org.opencrx.kernel.code1.jmi1   
 

Uses of AbstractEntry in org.opencrx.kernel.code1.jmi1
 

Subinterfaces of AbstractEntry in org.opencrx.kernel.code1.jmi1
 interface CodeValueEntry
          Class CodeValueEntry
 interface SimpleEntry
          Class SimpleEntry
 

Methods in org.opencrx.kernel.code1.jmi1 with type parameters of type AbstractEntry
<T extends AbstractEntry>
List<T>
CodeValueContainer.getEntry(AbstractEntryQuery query)
          Retrieves the value for the reference entry for the specified query.
 

Methods in org.opencrx.kernel.code1.jmi1 that return AbstractEntry
 AbstractEntry CodeValueContainer.getEntry(boolean codeIsPersistent, String code)
          Retrieves the value for the reference entry for the specified qualifier attribute value.
 AbstractEntry CodeValueContainer.getEntry(String code)
          Retrieves the value for the reference entry for the specified qualifier attribute value.
 

Methods in org.opencrx.kernel.code1.jmi1 with parameters of type AbstractEntry
 void CodeValueContainer.addEntry(boolean codeIsPersistent, String code, AbstractEntry entry)
          Adds the specified element to the set of the values for the reference entry.
 void CodeValueContainer.addEntry(String code, AbstractEntry entry)
          Adds the specified element to the set of the values for the reference entry using a reassignable qualifier.
 



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