class: JiBXHelper

public class: JiBXHelper
Author: Johannes Mueller (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 126 $ $LastChangedDate: 2007-11-15 11:3; Complexity: 1
Dates: Created: 16.07.2009 15:21:24; Modified: 16.07.2009 15:21:24;
Flags: Active: false; IsRoot: false; IsLeaf: true;
Extension Points:
UUID: {7D5566D6-DE18-4d07-9F9A-3956466A591E}
Class with helper methods for the JiBX-based XML-2-Java-Transforming.
 

Goto: Custom Properties, Fields, Methods

Appears in: xmltransforming

Custom Properties
 
JiBXHelper Attributes
Attribute Details
package static const String
  DCTERMS_NAMESPACE_PREFIX
Initial: "dcterms:"
package static const String
  IDTYPES_NAMESPACE_PREFIX
Initial: "eidt:"
 
JiBXHelper Methods
Operation Details
public static
deserializeInfoLevel(
   String text):ValidationReportItemVO.InfoLevel
Sequential
Tags: throws=WrongEnumException
Notes: Deserializes a given info level string ("informative", "restricted" to the according object.
@return InfoLevel object
private
JiBXHelper():
Sequential
Notes: Hide default constructor.
public static
serializeInfoLevel(
   ValidationReportItemVO.InfoLevel level):String
Sequential
Notes: Serializes a given info level object to the according string.
@return The info level as string
public static
validationReportItemsFactory():List
Sequential
Notes: Factory method to create a <code>java.util.ArrayList<ValidationReportItemVO></code> as the implementation of a <code>java.util.List</code>.
@return new <code>java.util.ArrayList<ValidationReportItemVO></code>
public static
validationReportRulesFactory():List
Sequential
Notes: Factory method to create a <code>java.util.ArrayList<ValidationReportItemVO></code> as the implementation of a
<code>java.util.List</code>.
@return new <code>java.util.ArrayList<ValidationReportItemVO></code>