class: ContextVOListWrapper

public class: ContextVOListWrapper
Author: Johannes Mueller (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:14:27; Modified: 16.07.2009 15:14:27;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {9ED2861A-D428-403a-8CB6-855D071B1B7B}
This class is used by the XML transforming classes to wrap a list of ContextVOs. The reason for this is that JiBX cannot bind directly to ArrayLists.
 

Goto: Custom Properties, Fields, Methods

Appears in: wrappers

Custom Properties
 
ContextVOListWrapper Attributes
Attribute Details
private List
  contextVOList
Notes: The wrapped list of ContextVOs.
 
ContextVOListWrapper Methods
Operation Details
public
getContextVOList():List
Sequential
Notes: Unwraps the list of ContextVOs.
@return The list of ContextVOs
public
setContextVOList(
   List contextVOList):void
Sequential
Notes: Wraps a list of ContextVOs.