Modified: 
websites/production/commons/content/proper/commons-csv/apidocs/index.html
==============================================================================
--- websites/production/commons/content/proper/commons-csv/apidocs/index.html 
(original)
+++ websites/production/commons/content/proper/commons-csv/apidocs/index.html 
Sun May 29 02:24:04 2016
@@ -1,72 +1,71 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" 
"http://www.w3.org/TR/html4/frameset.dtd";>
-<!-- NewPage -->
-<html lang="de">
-<head>
-<!-- Generated by javadoc -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Apache Commons CSV 1.3 API</title>
-<script type="text/javascript">
-    targetPage = "" + window.location.search;
-    if (targetPage != "" && targetPage != "undefined")
-        targetPage = targetPage.substring(1);
-    if (targetPage.indexOf(":") != -1 || (targetPage != "" && 
!validURL(targetPage)))
-        targetPage = "undefined";
-    function validURL(url) {
-        try {
-            url = decodeURIComponent(url);
-        }
-        catch (error) {
-            return false;
-        }
-        var pos = url.indexOf(".html");
-        if (pos == -1 || pos != url.length - 5)
-            return false;
-        var allowNumber = false;
-        var allowSep = false;
-        var seenDot = false;
-        for (var i = 0; i < url.length - 5; i++) {
-            var ch = url.charAt(i);
-            if ('a' <= ch && ch <= 'z' ||
-                    'A' <= ch && ch <= 'Z' ||
-                    ch == '$' ||
-                    ch == '_' ||
-                    ch.charCodeAt(0) > 127) {
-                allowNumber = true;
-                allowSep = true;
-            } else if ('0' <= ch && ch <= '9'
-                    || ch == '-') {
-                if (!allowNumber)
-                     return false;
-            } else if (ch == '/' || ch == '.') {
-                if (!allowSep)
-                    return false;
-                allowNumber = false;
-                allowSep = false;
-                if (ch == '.')
-                     seenDot = true;
-                if (ch == '/' && seenDot)
-                     return false;
-            } else {
-                return false;
-            }
-        }
-        return true;
-    }
-    function loadFrames() {
-        if (targetPage != "" && targetPage != "undefined")
-             top.classFrame.location = top.targetPage;
-    }
-</script>
-</head>
-<frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()">
-<frame src="allclasses-frame.html" name="packageFrame" title="All classes and 
interfaces (except non-static nested types)">
-<frame src="org/apache/commons/csv/package-summary.html" name="classFrame" 
title="Package, class and interface descriptions" scrolling="yes">
-<noframes>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<h2>Frame Alert</h2>
-<p>This document is designed to be viewed using the frames feature. If you see 
this message, you are using a non-frame-capable web client. Link to <a 
href="org/apache/commons/csv/package-summary.html">Non-frame version</a>.</p>
-</noframes>
-</frameset>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" 
"http://www.w3.org/TR/html4/frameset.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Apache Commons CSV 1.4 API</title>
+<script type="text/javascript">
+    targetPage = "" + window.location.search;
+    if (targetPage != "" && targetPage != "undefined")
+        targetPage = targetPage.substring(1);
+    if (targetPage.indexOf(":") != -1 || (targetPage != "" && 
!validURL(targetPage)))
+        targetPage = "undefined";
+    function validURL(url) {
+        try {
+            url = decodeURIComponent(url);
+        }
+        catch (error) {
+            return false;
+        }
+        var pos = url.indexOf(".html");
+        if (pos == -1 || pos != url.length - 5)
+            return false;
+        var allowNumber = false;
+        var allowSep = false;
+        var seenDot = false;
+        for (var i = 0; i < url.length - 5; i++) {
+            var ch = url.charAt(i);
+            if ('a' <= ch && ch <= 'z' ||
+                    'A' <= ch && ch <= 'Z' ||
+                    ch == '$' ||
+                    ch == '_' ||
+                    ch.charCodeAt(0) > 127) {
+                allowNumber = true;
+                allowSep = true;
+            } else if ('0' <= ch && ch <= '9'
+                    || ch == '-') {
+                if (!allowNumber)
+                     return false;
+            } else if (ch == '/' || ch == '.') {
+                if (!allowSep)
+                    return false;
+                allowNumber = false;
+                allowSep = false;
+                if (ch == '.')
+                     seenDot = true;
+                if (ch == '/' && seenDot)
+                     return false;
+            } else {
+                return false;
+            }
+        }
+        return true;
+    }
+    function loadFrames() {
+        if (targetPage != "" && targetPage != "undefined")
+             top.classFrame.location = top.targetPage;
+    }
+</script>
+</head>
+<frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()">
+<frame src="allclasses-frame.html" name="packageFrame" title="All classes and 
interfaces (except non-static nested types)">
+<frame src="org/apache/commons/csv/package-summary.html" name="classFrame" 
title="Package, class and interface descriptions" scrolling="yes">
+<noframes>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<h2>Frame Alert</h2>
+<p>This document is designed to be viewed using the frames feature. If you see 
this message, you are using a non-frame-capable web client. Link to <a 
href="org/apache/commons/csv/package-summary.html">Non-frame version</a>.</p>
+</noframes>
+</frameset>
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.Predefined.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.Predefined.html
 (original)
+++ 
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.Predefined.html
 Sun May 29 02:24:04 2016
@@ -1,461 +1,412 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
-<!-- NewPage -->
-<html lang="de">
-<head>
-<!-- Generated by javadoc -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CSVFormat.Predefined (Apache Commons CSV 1.3 API)</title>
-<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
-<script type="text/javascript" src="../../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
-    try {
-        if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CSVFormat.Predefined (Apache Commons CSV 
1.3 API)";
-        }
-    }
-    catch(err) {
-    }
-//-->
-var methods = {"i0":10,"i1":9,"i2":9};
-var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a 
href="../../../../org/apache/commons/csv/package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/CSVFormat.Predefined.html">Use</a></li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../index-all.html">Index</a></li>
-<li><a href="../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class 
in org.apache.commons.csv"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../org/apache/commons/csv/CSVParser.html" title="class 
in org.apache.commons.csv"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
-</ul>
-<ul class="navList">
-<li><a 
href="../../../../index.html?org/apache/commons/csv/CSVFormat.Predefined.html" 
target="_top">Frames</a></li>
-<li><a href="CSVFormat.Predefined.html" target="_top">No&nbsp;Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
-  allClassesLink = document.getElementById("allclasses_navbar_top");
-  if(window==top) {
-    allClassesLink.style.display = "block";
-  }
-  else {
-    allClassesLink.style.display = "none";
-  }
-  //-->
-</script>
-</div>
-<div>
-<ul class="subNavList">
-<li>Summary:&nbsp;</li>
-<li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#enum.constant.summary">Enum Constants</a>&nbsp;|&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
-<li><a href="#method.summary">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail:&nbsp;</li>
-<li><a href="#enum.constant.detail">Enum Constants</a>&nbsp;|&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
-<li><a href="#method.detail">Method</a></li>
-</ul>
-</div>
-<a name="skip.navbar.top">
-<!--   -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<!-- ======== START OF CLASS DATA ======== -->
-<div class="header">
-<div class="subTitle">org.apache.commons.csv</div>
-<h2 title="Enum CSVFormat.Predefined" class="title">Enum 
CSVFormat.Predefined</h2>
-</div>
-<div class="contentContainer">
-<ul class="inheritance">
-<li><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">java.lang.Object</a></li>
-<li>
-<ul class="inheritance">
-<li><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang">java.lang.Enum</a>&lt;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a>&gt;</li>
-<li>
-<ul class="inheritance">
-<li>org.apache.commons.csv.CSVFormat.Predefined</li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-<div class="description">
-<ul class="blockList">
-<li class="blockList">
-<dl>
-<dt>All Implemented Interfaces:</dt>
-<dd><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io">Serializable</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable</a>&lt;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a>&gt;</dd>
-</dl>
-<dl>
-<dt>Enclosing class:</dt>
-<dd><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class 
in org.apache.commons.csv">CSVFormat</a></dd>
-</dl>
-<hr>
-<br>
-<pre>public static enum <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.156">CSVFormat.Predefined</a>
-extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang">Enum</a>&lt;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a>&gt;</pre>
-<div class="block">Predefines formats.</div>
-<dl>
-<dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>1.2</dd>
-</dl>
-</li>
-</ul>
-</div>
-<div class="summary">
-<ul class="blockList">
-<li class="blockList">
-<!-- =========== ENUM CONSTANT SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="enum.constant.summary">
-<!--   -->
-</a>
-<h3>Enum Constant Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Enum Constant Summary table, listing enum constants, and an 
explanation">
-<caption><span>Enum Constants</span><span 
class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Enum Constant and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html#Default">Default</a></span></code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html#Excel">Excel</a></span></code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html#InformixUnload">InformixUnload</a></span></code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html#InformixUnloadCsv">InformixUnloadCsv</a></span></code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html#MySQL">MySQL</a></span></code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html#RFC4180">RFC4180</a></span></code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html#TDF">TDF</a></span></code>&nbsp;</td>
-</tr>
-</table>
-</li>
-</ul>
-<!-- ========== METHOD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method.summary">
-<!--   -->
-</a>
-<h3>Method Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a 
href="javascript:show(1);">Static Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a 
href="javascript:show(2);">Instance Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a 
href="javascript:show(8);">Concrete Methods</a></span><span 
class="tabEnd">&nbsp;</span></span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tr id="i0" class="altColor">
-<td class="colFirst"><code><a 
href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html#getFormat--">getFormat</a></span>()</code>
-<div class="block">Gets the format.</div>
-</td>
-</tr>
-<tr id="i1" class="rowColor">
-<td class="colFirst"><code>static <a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html#valueOf-java.lang.String-">valueOf</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</code>
-<div class="block">Returns the enum constant of this type with the specified 
name.</div>
-</td>
-</tr>
-<tr id="i2" class="altColor">
-<td class="colFirst"><code>static <a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a>[]</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html#values--">values</a></span>()</code>
-<div class="block">Returns an array containing the constants of this enum 
type, in
-the order they are declared.</div>
-</td>
-</tr>
-</table>
-<ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.java.lang.Enum">
-<!--   -->
-</a>
-<h3>Methods inherited from class&nbsp;java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang">Enum</a></h3>
-<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#clone--";
 title="class or interface in java.lang">clone</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#compareTo-E-";
 title="class or interface in java.lang">compareTo</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#equals-java.lang.Object-";
 title="class or interface in java.lang">equals</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#finalize--";
 title="class or interface in java.lang">finalize</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#getDeclaringClass--";
 title="class or interface in java.lang">getDeclaringClass</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#hashCode--";
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://docs.oracle.com/javase/7/docs/
 api/java/lang/Enum.html?is-external=true#name--" title="class or interface in 
java.lang">name</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#ordinal--";
 title="class or interface in java.lang">ordinal</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#toString--";
 title="class or interface in java.lang">toString</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#valueOf-java.lang.Class-java.lang.String-";
 title="class or interface in java.lang">valueOf</a></code></li>
-</ul>
-<ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
-<!--   -->
-</a>
-<h3>Methods inherited from class&nbsp;java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></h3>
-<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--";
 title="class or interface in java.lang">getClass</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--";
 title="class or interface in java.lang">notify</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll--";
 title="class or interface in java.lang">notifyAll</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--";
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-";
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-";
 title="class or interface in java.lang">wait</a></code></li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-<div class="details">
-<ul class="blockList">
-<li class="blockList">
-<!-- ============ ENUM CONSTANT DETAIL =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="enum.constant.detail">
-<!--   -->
-</a>
-<h3>Enum Constant Detail</h3>
-<a name="Default">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>Default</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.161">Default</a></pre>
-<dl>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a 
href="../../../../org/apache/commons/csv/CSVFormat.html#DEFAULT"><code>CSVFormat.DEFAULT</code></a></dd>
-</dl>
-</li>
-</ul>
-<a name="Excel">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>Excel</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.166">Excel</a></pre>
-<dl>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a 
href="../../../../org/apache/commons/csv/CSVFormat.html#EXCEL"><code>CSVFormat.EXCEL</code></a></dd>
-</dl>
-</li>
-</ul>
-<a name="InformixUnload">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>InformixUnload</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.172">InformixUnload</a></pre>
-<dl>
-<dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>1.3</dd>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a 
href="../../../../org/apache/commons/csv/CSVFormat.html#INFORMIX_UNLOAD"><code>CSVFormat.INFORMIX_UNLOAD</code></a></dd>
-</dl>
-</li>
-</ul>
-<a name="InformixUnloadCsv">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>InformixUnloadCsv</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.178">InformixUnloadCsv</a></pre>
-<dl>
-<dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>1.3</dd>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a 
href="../../../../org/apache/commons/csv/CSVFormat.html#INFORMIX_UNLOAD_CSV"><code>CSVFormat.INFORMIX_UNLOAD_CSV</code></a></dd>
-</dl>
-</li>
-</ul>
-<a name="MySQL">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>MySQL</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.183">MySQL</a></pre>
-<dl>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a 
href="../../../../org/apache/commons/csv/CSVFormat.html#MYSQL"><code>CSVFormat.MYSQL</code></a></dd>
-</dl>
-</li>
-</ul>
-<a name="RFC4180">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>RFC4180</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.188">RFC4180</a></pre>
-<dl>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a 
href="../../../../org/apache/commons/csv/CSVFormat.html#RFC4180"><code>CSVFormat.RFC4180</code></a></dd>
-</dl>
-</li>
-</ul>
-<a name="TDF">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>TDF</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.193">TDF</a></pre>
-<dl>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a 
href="../../../../org/apache/commons/csv/CSVFormat.html#TDF"><code>CSVFormat.TDF</code></a></dd>
-</dl>
-</li>
-</ul>
-</li>
-</ul>
-<!-- ============ METHOD DETAIL ========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method.detail">
-<!--   -->
-</a>
-<h3>Method Detail</h3>
-<a name="values--">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>values</h4>
-<pre>public static&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.156">values</a>()</pre>
-<div class="block">Returns an array containing the constants of this enum 
type, in
-the order they are declared.  This method may be used to iterate
-over the constants as follows:
-<pre>
-for (CSVFormat.Predefined c : CSVFormat.Predefined.values())
-&nbsp;   System.out.println(c);
-</pre></div>
-<dl>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>an array containing the constants of this enum type, in the order they are 
declared</dd>
-</dl>
-</li>
-</ul>
-<a name="valueOf-java.lang.String-">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>valueOf</h4>
-<pre>public static&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.156">valueOf</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</pre>
-<div class="block">Returns the enum constant of this type with the specified 
name.
-The string must match <i>exactly</i> an identifier used to declare an
-enum constant in this type.  (Extraneous whitespace characters are 
-not permitted.)</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>name</code> - the name of the enum constant to be returned.</dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>the enum constant with the specified name</dd>
-<dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true";
 title="class or interface in java.lang">IllegalArgumentException</a></code> - 
if this enum type has no constant with the specified name</dd>
-<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/NullPointerException.html?is-external=true";
 title="class or interface in java.lang">NullPointerException</a></code> - if 
the argument is null</dd>
-</dl>
-</li>
-</ul>
-<a name="getFormat--">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>getFormat</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">CSVFormat</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.206">getFormat</a>()</pre>
-<div class="block">Gets the format.</div>
-<dl>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>the format.</dd>
-</dl>
-</li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-</div>
-<!-- ========= END OF CLASS DATA ========= -->
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a 
href="../../../../org/apache/commons/csv/package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/CSVFormat.Predefined.html">Use</a></li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../index-all.html">Index</a></li>
-<li><a href="../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class 
in org.apache.commons.csv"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../org/apache/commons/csv/CSVParser.html" title="class 
in org.apache.commons.csv"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
-</ul>
-<ul class="navList">
-<li><a 
href="../../../../index.html?org/apache/commons/csv/CSVFormat.Predefined.html" 
target="_top">Frames</a></li>
-<li><a href="CSVFormat.Predefined.html" target="_top">No&nbsp;Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
-  allClassesLink = document.getElementById("allclasses_navbar_bottom");
-  if(window==top) {
-    allClassesLink.style.display = "block";
-  }
-  else {
-    allClassesLink.style.display = "none";
-  }
-  //-->
-</script>
-</div>
-<div>
-<ul class="subNavList">
-<li>Summary:&nbsp;</li>
-<li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#enum.constant.summary">Enum Constants</a>&nbsp;|&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
-<li><a href="#method.summary">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail:&nbsp;</li>
-<li><a href="#enum.constant.detail">Enum Constants</a>&nbsp;|&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
-<li><a href="#method.detail">Method</a></li>
-</ul>
-</div>
-<a name="skip.navbar.bottom">
-<!--   -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
-</body>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>CSVFormat.Predefined (Apache Commons CSV 1.4 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="CSVFormat.Predefined (Apache Commons CSV 1.4 
API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a 
href="../../../../org/apache/commons/csv/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/CSVFormat.Predefined.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class 
in org.apache.commons.csv"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../org/apache/commons/csv/CSVParser.html" title="class 
in org.apache.commons.csv"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../index.html?org/apache/commons/csv/CSVFormat.Predefined.html" 
target="_top">Frames</a></li>
+<li><a href="CSVFormat.Predefined.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.commons.csv</div>
+<h2 title="Enum CSVFormat.Predefined" class="title">Enum 
CSVFormat.Predefined</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang">java.lang.Enum</a>&lt;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a>&gt;</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.commons.csv.CSVFormat.Predefined</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io">Serializable</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable</a>&lt;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a>&gt;</dd>
+</dl>
+<dl>
+<dt>Enclosing class:</dt>
+<dd><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class 
in org.apache.commons.csv">CSVFormat</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public static enum <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.158">CSVFormat.Predefined</a>
+extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang">Enum</a>&lt;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a>&gt;</pre>
+<div class="block">Predefines formats.</div>
+<dl><dt><span class="strong">Since:</span></dt>
+  <dd>1.2</dd></dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== ENUM CONSTANT SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="enum_constant_summary">
+<!--   -->
+</a>
+<h3>Enum Constant Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Enum Constant Summary table, listing enum constants, and an 
explanation">
+<caption><span>Enum Constants</span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Enum Constant and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html#Default">Default</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html#Excel">Excel</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html#InformixUnload">InformixUnload</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html#InformixUnloadCsv">InformixUnloadCsv</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html#MySQL">MySQL</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html#RFC4180">RFC4180</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html#TDF">TDF</a></strong></code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html#getFormat()">getFormat</a></strong>()</code>
+<div class="block">Gets the format.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html#valueOf(java.lang.String)">valueOf</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</code>
+<div class="block">Returns the enum constant of this type with the specified 
name.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a>[]</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html#values()">values</a></strong>()</code>
+<div class="block">Returns an array containing the constants of this enum 
type, in
+the order they are declared.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang">Enum</a></h3>
+<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#clone()"
 title="class or interface in java.lang">clone</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#compareTo(E)"
 title="class or interface in java.lang">compareTo</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#equals(java.lang.Object)"
 title="class or interface in java.lang">equals</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#getDeclaringClass()"
 title="class or interface in java.lang">getDeclaringClass</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#hashCode()"
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://docs.oracle.com/javase/7/docs/
 api/java/lang/Enum.html?is-external=true#name()" title="class or interface in 
java.lang">name</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#ordinal()"
 title="class or interface in java.lang">ordinal</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#toString()"
 title="class or interface in java.lang">toString</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#valueOf(java.lang.Class,%20java.lang.String)"
 title="class or interface in java.lang">valueOf</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></h3>
+<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll()"
 title="class or interface in java.lang">notifyAll</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)"
 title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ ENUM CONSTANT DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="enum_constant_detail">
+<!--   -->
+</a>
+<h3>Enum Constant Detail</h3>
+<a name="Default">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>Default</h4>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.163">Default</a></pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../../org/apache/commons/csv/CSVFormat.html#DEFAULT"><code>CSVFormat.DEFAULT</code></a></dd></dl>
+</li>
+</ul>
+<a name="Excel">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>Excel</h4>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.168">Excel</a></pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../../org/apache/commons/csv/CSVFormat.html#EXCEL"><code>CSVFormat.EXCEL</code></a></dd></dl>
+</li>
+</ul>
+<a name="InformixUnload">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>InformixUnload</h4>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.174">InformixUnload</a></pre>
+<dl><dt><span class="strong">Since:</span></dt>
+  <dd>1.3</dd>
+<dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../../org/apache/commons/csv/CSVFormat.html#INFORMIX_UNLOAD"><code>CSVFormat.INFORMIX_UNLOAD</code></a></dd></dl>
+</li>
+</ul>
+<a name="InformixUnloadCsv">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>InformixUnloadCsv</h4>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.180">InformixUnloadCsv</a></pre>
+<dl><dt><span class="strong">Since:</span></dt>
+  <dd>1.3</dd>
+<dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../../org/apache/commons/csv/CSVFormat.html#INFORMIX_UNLOAD_CSV"><code>CSVFormat.INFORMIX_UNLOAD_CSV</code></a></dd></dl>
+</li>
+</ul>
+<a name="MySQL">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>MySQL</h4>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.185">MySQL</a></pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../../org/apache/commons/csv/CSVFormat.html#MYSQL"><code>CSVFormat.MYSQL</code></a></dd></dl>
+</li>
+</ul>
+<a name="RFC4180">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>RFC4180</h4>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.190">RFC4180</a></pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../../org/apache/commons/csv/CSVFormat.html#RFC4180"><code>CSVFormat.RFC4180</code></a></dd></dl>
+</li>
+</ul>
+<a name="TDF">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>TDF</h4>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.195">TDF</a></pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../../org/apache/commons/csv/CSVFormat.html#TDF"><code>CSVFormat.TDF</code></a></dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="values()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>values</h4>
+<pre>public static&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.158">values</a>()</pre>
+<div class="block">Returns an array containing the constants of this enum 
type, in
+the order they are declared.  This method may be used to iterate
+over the constants as follows:
+<pre>
+for (CSVFormat.Predefined c : CSVFormat.Predefined.values())
+&nbsp;   System.out.println(c);
+</pre></div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the 
constants of this enum type, in the order they are declared</dd></dl>
+</li>
+</ul>
+<a name="valueOf(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>valueOf</h4>
+<pre>public static&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.158">valueOf</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<div class="block">Returns the enum constant of this type with the specified 
name.
+The string must match <i>exactly</i> an identifier used to declare an
+enum constant in this type.  (Extraneous whitespace characters are 
+not permitted.)</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - 
the name of the enum constant to be returned.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the enum constant with the 
specified name</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true";
 title="class or interface in java.lang">IllegalArgumentException</a></code> - 
if this enum type has no constant with the specified name</dd>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/NullPointerException.html?is-external=true";
 title="class or interface in java.lang">NullPointerException</a></code> - if 
the argument is null</dd></dl>
+</li>
+</ul>
+<a name="getFormat()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getFormat</h4>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">CSVFormat</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.208">getFormat</a>()</pre>
+<div class="block">Gets the format.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the format.</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a 
href="../../../../org/apache/commons/csv/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/CSVFormat.Predefined.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class 
in org.apache.commons.csv"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../org/apache/commons/csv/CSVParser.html" title="class 
in org.apache.commons.csv"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../index.html?org/apache/commons/csv/CSVFormat.Predefined.html" 
target="_top">Frames</a></li>
+<li><a href="CSVFormat.Predefined.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
 </html>
\ No newline at end of file


Reply via email to