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> | |