blob: 11f3ed5f93df55829f5d8f1389ee5063205b9f4a [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_07) on Wed Sep 18 18:25:55 EDT 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>NewTypeSettableAttributes (Apache Chemistry OpenCMIS 0.10.0)</title>
<meta name="date" content="2013-09-18">
<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="NewTypeSettableAttributes (Apache Chemistry OpenCMIS 0.10.0)";
}
//-->
</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="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/NewTypeSettableAttributes.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/chemistry/opencmis/commons/data/LastModifiedContentStream.html" title="interface in org.apache.chemistry.opencmis.commons.data"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../../org/apache/chemistry/opencmis/commons/data/ObjectData.html" title="interface in org.apache.chemistry.opencmis.commons.data"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/chemistry/opencmis/commons/data/NewTypeSettableAttributes.html" target="_top">Frames</a></li>
<li><a href="NewTypeSettableAttributes.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>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&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.chemistry.opencmis.commons.data</div>
<h2 title="Interface NewTypeSettableAttributes" class="title">Interface NewTypeSettableAttributes</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Superinterfaces:</dt>
<dd><a href="../../../../../../org/apache/chemistry/opencmis/commons/data/ExtensionsData.html" title="interface in org.apache.chemistry.opencmis.commons.data">ExtensionsData</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="strong">NewTypeSettableAttributes</span>
extends <a href="../../../../../../org/apache/chemistry/opencmis/commons/data/ExtensionsData.html" title="interface in org.apache.chemistry.opencmis.commons.data">ExtensionsData</a></pre>
<div class="block">A collection of flags that indicate which type attributes can be set at type
creation.</div>
<dl><dt><span class="strong">CMIS:</span></dt>
<dd>1.1</dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== 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="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/data/NewTypeSettableAttributes.html#canSetControllableAcl()">canSetControllableAcl</a></strong>()</code>
<div class="block">Indicates if the "controllableACL" attribute can be set.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/data/NewTypeSettableAttributes.html#canSetControllablePolicy()">canSetControllablePolicy</a></strong>()</code>
<div class="block">Indicates if the "controllablePolicy" attribute can be set.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/data/NewTypeSettableAttributes.html#canSetCreatable()">canSetCreatable</a></strong>()</code>
<div class="block">Indicates if the "creatable" attribute can be set.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/data/NewTypeSettableAttributes.html#canSetDescription()">canSetDescription</a></strong>()</code>
<div class="block">Indicates if the "description" attribute can be set.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/data/NewTypeSettableAttributes.html#canSetDisplayName()">canSetDisplayName</a></strong>()</code>
<div class="block">Indicates if the "displayName" attribute can be set.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/data/NewTypeSettableAttributes.html#canSetFileable()">canSetFileable</a></strong>()</code>
<div class="block">Indicates if the "fileable" attribute can be set.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/data/NewTypeSettableAttributes.html#canSetFulltextIndexed()">canSetFulltextIndexed</a></strong>()</code>
<div class="block">Indicates if the "fulltextIndexed" attribute can be set.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/data/NewTypeSettableAttributes.html#canSetId()">canSetId</a></strong>()</code>
<div class="block">Indicates if the "id" attribute can be set.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/data/NewTypeSettableAttributes.html#canSetIncludedInSupertypeQuery()">canSetIncludedInSupertypeQuery</a></strong>()</code>
<div class="block">Indicates if the "includedInSupertypeQuery" attribute can be set.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/data/NewTypeSettableAttributes.html#canSetLocalName()">canSetLocalName</a></strong>()</code>
<div class="block">Indicates if the "localName" attribute can be set.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/data/NewTypeSettableAttributes.html#canSetLocalNamespace()">canSetLocalNamespace</a></strong>()</code>
<div class="block">Indicates if the "localNamespace" attribute can be set.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/data/NewTypeSettableAttributes.html#canSetQueryable()">canSetQueryable</a></strong>()</code>
<div class="block">Indicates if the "queryable" attribute can be set.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/data/NewTypeSettableAttributes.html#canSetQueryName()">canSetQueryName</a></strong>()</code>
<div class="block">Indicates if the "queryName" attribute can be set.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.chemistry.opencmis.commons.data.ExtensionsData">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.chemistry.opencmis.commons.data.<a href="../../../../../../org/apache/chemistry/opencmis/commons/data/ExtensionsData.html" title="interface in org.apache.chemistry.opencmis.commons.data">ExtensionsData</a></h3>
<code><a href="../../../../../../org/apache/chemistry/opencmis/commons/data/ExtensionsData.html#getExtensions()">getExtensions</a>, <a href="../../../../../../org/apache/chemistry/opencmis/commons/data/ExtensionsData.html#setExtensions(java.util.List)">setExtensions</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="canSetId()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>canSetId</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;canSetId()</pre>
<div class="block">Indicates if the "id" attribute can be set.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the "id" attribute can be set,
<code>false</code> otherwise</dd><dt><span class="strong">CMIS:</span></dt>
<dd>1.1</dd></dl>
</li>
</ul>
<a name="canSetLocalName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>canSetLocalName</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;canSetLocalName()</pre>
<div class="block">Indicates if the "localName" attribute can be set.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the "localName" attribute can be set,
<code>false</code> otherwise</dd><dt><span class="strong">CMIS:</span></dt>
<dd>1.1</dd></dl>
</li>
</ul>
<a name="canSetLocalNamespace()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>canSetLocalNamespace</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;canSetLocalNamespace()</pre>
<div class="block">Indicates if the "localNamespace" attribute can be set.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the "localNamespace" attribute can be set,
<code>false</code> otherwise</dd><dt><span class="strong">CMIS:</span></dt>
<dd>1.1</dd></dl>
</li>
</ul>
<a name="canSetDisplayName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>canSetDisplayName</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;canSetDisplayName()</pre>
<div class="block">Indicates if the "displayName" attribute can be set.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the "displayName" attribute can be set,
<code>false</code> otherwise</dd><dt><span class="strong">CMIS:</span></dt>
<dd>1.1</dd></dl>
</li>
</ul>
<a name="canSetQueryName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>canSetQueryName</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;canSetQueryName()</pre>
<div class="block">Indicates if the "queryName" attribute can be set.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the "queryName" attribute can be set,
<code>false</code> otherwise</dd><dt><span class="strong">CMIS:</span></dt>
<dd>1.1</dd></dl>
</li>
</ul>
<a name="canSetDescription()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>canSetDescription</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;canSetDescription()</pre>
<div class="block">Indicates if the "description" attribute can be set.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the "description" attribute can be set,
<code>false</code> otherwise</dd><dt><span class="strong">CMIS:</span></dt>
<dd>1.1</dd></dl>
</li>
</ul>
<a name="canSetCreatable()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>canSetCreatable</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;canSetCreatable()</pre>
<div class="block">Indicates if the "creatable" attribute can be set.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the "creatable" attribute can be set,
<code>false</code> otherwise</dd><dt><span class="strong">CMIS:</span></dt>
<dd>1.1</dd></dl>
</li>
</ul>
<a name="canSetFileable()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>canSetFileable</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;canSetFileable()</pre>
<div class="block">Indicates if the "fileable" attribute can be set.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the "fileable" attribute can be set,
<code>false</code> otherwise</dd><dt><span class="strong">CMIS:</span></dt>
<dd>1.1</dd></dl>
</li>
</ul>
<a name="canSetQueryable()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>canSetQueryable</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;canSetQueryable()</pre>
<div class="block">Indicates if the "queryable" attribute can be set.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the "queryable" attribute can be set,
<code>false</code> otherwise</dd><dt><span class="strong">CMIS:</span></dt>
<dd>1.1</dd></dl>
</li>
</ul>
<a name="canSetFulltextIndexed()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>canSetFulltextIndexed</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;canSetFulltextIndexed()</pre>
<div class="block">Indicates if the "fulltextIndexed" attribute can be set.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the "fulltextIndexed" attribute can be set,
<code>false</code> otherwise</dd></dl>
</li>
</ul>
<a name="canSetIncludedInSupertypeQuery()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>canSetIncludedInSupertypeQuery</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;canSetIncludedInSupertypeQuery()</pre>
<div class="block">Indicates if the "includedInSupertypeQuery" attribute can be set.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the "includedInSupertypeQuery" attribute can
be set, <code>false</code> otherwise</dd><dt><span class="strong">CMIS:</span></dt>
<dd>1.1</dd></dl>
</li>
</ul>
<a name="canSetControllablePolicy()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>canSetControllablePolicy</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;canSetControllablePolicy()</pre>
<div class="block">Indicates if the "controllablePolicy" attribute can be set.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the "controllablePolicy" attribute can be
set, <code>false</code> otherwise</dd><dt><span class="strong">CMIS:</span></dt>
<dd>1.1</dd></dl>
</li>
</ul>
<a name="canSetControllableAcl()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>canSetControllableAcl</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;canSetControllableAcl()</pre>
<div class="block">Indicates if the "controllableACL" attribute can be set.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the "controllableACL" attribute can be set,
<code>false</code> otherwise</dd><dt><span class="strong">CMIS:</span></dt>
<dd>1.1</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="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/NewTypeSettableAttributes.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/chemistry/opencmis/commons/data/LastModifiedContentStream.html" title="interface in org.apache.chemistry.opencmis.commons.data"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../../org/apache/chemistry/opencmis/commons/data/ObjectData.html" title="interface in org.apache.chemistry.opencmis.commons.data"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/chemistry/opencmis/commons/data/NewTypeSettableAttributes.html" target="_top">Frames</a></li>
<li><a href="NewTypeSettableAttributes.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>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&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; 2009-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>