Uses of Interface
org.opencrx.kernel.code1.cci2.CodeValueContainer

Packages that use CodeValueContainer
org.opencrx.kernel.base.cci2   
org.opencrx.kernel.base.jdo2   
org.opencrx.kernel.base.jmi1   
org.opencrx.kernel.code1.cci2   
org.opencrx.kernel.code1.jdo2   
org.opencrx.kernel.code1.jmi1   
 

Uses of CodeValueContainer in org.opencrx.kernel.base.cci2
 

Methods in org.opencrx.kernel.base.cci2 that return CodeValueContainer
 CodeValueContainer Property.getDomain()
          Retrieves the value for the reference domain.
 

Methods in org.opencrx.kernel.base.cci2 with parameters of type CodeValueContainer
 void Property.setDomain(CodeValueContainer domain)
          Sets a new value for the reference domain.
 

Uses of CodeValueContainer in org.opencrx.kernel.base.jdo2
 

Methods in org.opencrx.kernel.base.jdo2 that return CodeValueContainer
 CodeValueContainer Property.getDomain()
          Retrieves the value for the reference domain.
 

Methods in org.opencrx.kernel.base.jdo2 with parameters of type CodeValueContainer
 void Property.setDomain(CodeValueContainer domain)
          Sets a new value for the reference domain.
 

Uses of CodeValueContainer in org.opencrx.kernel.base.jmi1
 

Methods in org.opencrx.kernel.base.jmi1 with parameters of type CodeValueContainer
 void Property.setDomain(CodeValueContainer domain)
          Sets a new value for the reference domain.
 

Uses of CodeValueContainer in org.opencrx.kernel.code1.cci2
 

Methods in org.opencrx.kernel.code1.cci2 with type parameters of type CodeValueContainer
<T extends CodeValueContainer>
Collection<T>
Segment.getValueContainer()
          Retrieves a set containing all the elements for the reference valueContainer.
 

Methods in org.opencrx.kernel.code1.cci2 that return CodeValueContainer
 CodeValueContainer Segment.getValueContainer(boolean nameIsPersistent, String name)
          Retrieves the value for the reference valueContainer for the specified qualifier attribute value.
 

Methods in org.opencrx.kernel.code1.cci2 with parameters of type CodeValueContainer
 void Segment.addValueContainer(boolean nameIsPersistent, String name, CodeValueContainer valueContainer)
          Adds the specified element to the set of the values for the reference valueContainer.
 

Uses of CodeValueContainer in org.opencrx.kernel.code1.jdo2
 

Classes in org.opencrx.kernel.code1.jdo2 that implement CodeValueContainer
 class CodeValueContainer
          Class CodeValueContainer
 

Methods in org.opencrx.kernel.code1.jdo2 with type parameters of type CodeValueContainer
<T extends CodeValueContainer>
Collection<T>
Segment.getValueContainer()
          Retrieves a set containing all the elements for the reference valueContainer.
 

Methods in org.opencrx.kernel.code1.jdo2 that return CodeValueContainer
 CodeValueContainer Segment.getValueContainer(boolean nameIsPersistent, String name)
          Retrieves the value for the reference valueContainer for the specified qualifier attribute value.
 

Methods in org.opencrx.kernel.code1.jdo2 with parameters of type CodeValueContainer
 void Segment.addValueContainer(boolean nameIsPersistent, String name, CodeValueContainer valueContainer)
          Adds the specified element to the set of the values for the reference valueContainer.
static CloseableCollection<AbstractEntry> AbstractEntry.openmdxjdoGetObjectsByParent(CodeValueContainer valueContainer)
          Navigate through an object's composite association
 

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

Subinterfaces of CodeValueContainer in org.opencrx.kernel.code1.jmi1
 interface CodeValueContainer
          Class CodeValueContainer
 



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