org.opencrx.application.shop1.cci2
Interface CodeValueContainerT

All Known Subinterfaces:
CodeValueContainerT

public interface CodeValueContainerT


Nested Class Summary
static class CodeValueContainerT.Member
          The structure's members
 
Method Summary
<T extends CodeValueEntryT>
List<T>
getEntry()
          Retrieves a list containing all the elements for the structure field entry.
 String getName()
          Retrieves the value for the structure field name.
 

Method Detail

getEntry

<T extends CodeValueEntryT> List<T> getEntry()
Retrieves a list containing all the elements for the structure field entry.

Returns:
A list containing all elements for this structure field.

getName

String getName()
Retrieves the value for the structure field name.

--> CodeValueContainer::name

Returns:
The non-null value for structure field name.


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