http://git-wip-us.apache.org/repos/asf/polygene-website/blob/ea4d77b0/content/java/latest/javadocs/org/qi4j/api/common/QualifiedName.html ---------------------------------------------------------------------- diff --git a/content/java/latest/javadocs/org/qi4j/api/common/QualifiedName.html b/content/java/latest/javadocs/org/qi4j/api/common/QualifiedName.html deleted file mode 100644 index 3cbdbee..0000000 --- a/content/java/latest/javadocs/org/qi4j/api/common/QualifiedName.html +++ /dev/null @@ -1,496 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<!-- NewPage --> -<html lang="fr"> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>QualifiedName (Apache Zest⢠(Java Edition) SDK 2.1)</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="QualifiedName (Apache Zest\u2122 (Java Edition) SDK 2.1)"; - } -//--> -</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="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/qi4j/api/common/Optional.html" title="annotation in org.qi4j.api.common"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../org/qi4j/api/common/TypeName.html" title="class in org.qi4j.api.common"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?org/qi4j/api/common/QualifiedName.html" target="_top">Frames</a></li> -<li><a href="QualifiedName.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: </li> -<li>Nested | </li> -<li>Field | </li> -<li>Constr | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li>Constr | </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.qi4j.api.common</div> -<h2 title="Class QualifiedName" class="title">Class QualifiedName</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>org.qi4j.api.common.QualifiedName</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><<a href="../../../../org/qi4j/api/common/QualifiedName.html" title="class in org.qi4j.api.common">QualifiedName</a>></dd> -</dl> -<hr> -<br> -<pre>public final class <span class="strong">QualifiedName</span> -extends <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> -implements <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><<a href="../../../../org/qi4j/api/common/QualifiedName.html" title="class in org.qi4j.api.common">QualifiedName</a>>, <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></pre> -<div class="block">QualifiedName is a representation of Property names to their full declaration. - <p> - A QualifiedName is created by combining the name of a method and the name of the type that declares the method. - This class also contains many static utility methods to manage QualifiedName instances. - </p> - <p> - <strong>NOTE: Unless you do very generic libraries, entity stores and other extensions that is deeply coupled into - the Zest runtime, it is very unlikely you will need to use this class directly.</strong> - </p> - <p> - It is also important to notice that the QualifiedName needs to be long-term stable, as the names are written - to persistent storage. So any changes in the formatting <strong>must be made in a backward-compatible manner - </strong>. - </p> - <p> - The QualifiedName has two intrinsic parts, one being the <code>type</code> and the other the <code>name</code>. The - <code>type</code> comes from the class where the QualifiedName originates from and internally kept as a <a href="../../../../org/qi4j/api/common/TypeName.html" title="class in org.qi4j.api.common"><code>TypeName</code></a> - instance. The name is the name from the method name. When the QualifiedName instance is converted to an external - string representation, via the offical and formal <a href="../../../../org/qi4j/api/common/QualifiedName.html#toString()"><code>toString()</code></a> method, the <code>type</code> is normalized, i.e. - any dollar characters ($) in the name are replaced by dashes (-), to make them URI friendly. - </p> - <p> - QualifiedName instances are immutable, implements <a href="../../../../org/qi4j/api/common/QualifiedName.html#hashCode()"><code>hashCode()</code></a> and <a href="../../../../org/qi4j/api/common/QualifiedName.html#equals(java.lang.Object)"><code>equals(Object)</code></a> as a value - object and can safely be used as keys in <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a>.</div> -<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../serialized-form.html#org.qi4j.api.common.QualifiedName">Serialized Form</a></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"> </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>int</code></td> -<td class="colLast"><code><strong><a href="../../../../org/qi4j/api/common/QualifiedName.html#compareTo(org.qi4j.api.common.QualifiedName)">compareTo</a></strong>(<a href="../../../../org/qi4j/api/common/QualifiedName.html" title="class in org.qi4j.api.common">QualifiedName</a> other)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../org/qi4j/api/common/QualifiedName.html#equals(java.lang.Object)">equals</a></strong>(<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> o)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="../../../../org/qi4j/api/common/QualifiedName.html" title="class in org.qi4j.api.common">QualifiedName</a></code></td> -<td class="colLast"><code><strong><a href="../../../../org/qi4j/api/common/QualifiedName.html#fromAccessor(java.lang.reflect.AccessibleObject)">fromAccessor</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/AccessibleObject.html?is-external=true" title="class or interface in java.lang.reflect">AccessibleObject</a> method)</code> -<div class="block">Creates a QualifiedName from a method.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="../../../../org/qi4j/api/common/QualifiedName.html" title="class in org.qi4j.api.common">QualifiedName</a></code></td> -<td class="colLast"><code><strong><a href="../../../../org/qi4j/api/common/QualifiedName.html#fromClass(java.lang.Class,%20java.lang.String)">fromClass</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> type, - <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> name)</code> -<div class="block">Creates a QualifiedName instance from the Class and a given name.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="../../../../org/qi4j/api/common/QualifiedName.html" title="class in org.qi4j.api.common">QualifiedName</a></code></td> -<td class="colLast"><code><strong><a href="../../../../org/qi4j/api/common/QualifiedName.html#fromFQN(java.lang.String)">fromFQN</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> fullQualifiedName)</code> -<div class="block">Creates a QualifiedName from the external string format of QualifiedName.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="../../../../org/qi4j/api/common/QualifiedName.html" title="class in org.qi4j.api.common">QualifiedName</a></code></td> -<td class="colLast"><code><strong><a href="../../../../org/qi4j/api/common/QualifiedName.html#fromName(java.lang.String,%20java.lang.String)">fromName</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> type, - <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> name)</code> -<div class="block">Creates a Qualified name from a type as string and a name qualifier.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><code><strong><a href="../../../../org/qi4j/api/common/QualifiedName.html#hashCode()">hashCode</a></strong>()</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code><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></code></td> -<td class="colLast"><code><strong><a href="../../../../org/qi4j/api/common/QualifiedName.html#name()">name</a></strong>()</code> -<div class="block">Returns the name component of the QualifiedName.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code><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></code></td> -<td class="colLast"><code><strong><a href="../../../../org/qi4j/api/common/QualifiedName.html#toNamespace()">toNamespace</a></strong>()</code> -<div class="block">Return the URI of the <a href="../../../../org/qi4j/api/common/TypeName.html" title="class in org.qi4j.api.common"><code>TypeName</code></a> component of the QualifiedName.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code><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></code></td> -<td class="colLast"><code><strong><a href="../../../../org/qi4j/api/common/QualifiedName.html#toString()">toString</a></strong>()</code> -<div class="block">Return the formal and official, long-term stable, external string representation of a QualifiedName.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code><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></code></td> -<td class="colLast"><code><strong><a href="../../../../org/qi4j/api/common/QualifiedName.html#toURI()">toURI</a></strong>()</code> -<div class="block">Returns the URI of the QualifiedName.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code><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></code></td> -<td class="colLast"><code><strong><a href="../../../../org/qi4j/api/common/QualifiedName.html#type()">type</a></strong>()</code> -<div class="block">Returns the normalized string of the type part of the QualifiedName.</div> -</td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> -<!-- --> -</a> -<h3>Methods inherited from class 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#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.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/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-ex ternal=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"> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="fromAccessor(java.lang.reflect.AccessibleObject)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>fromAccessor</h4> -<pre>public static <a href="../../../../org/qi4j/api/common/QualifiedName.html" title="class in org.qi4j.api.common">QualifiedName</a> fromAccessor(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/AccessibleObject.html?is-external=true" title="class or interface in java.lang.reflect">AccessibleObject</a> method)</pre> -<div class="block">Creates a QualifiedName from a method. - <p> - This factory method will create a QualifiedName from the Method itself. - - </p></div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>method</code> - Type method that returns a Property, for which the QualifiedName will be representing.</dd> -<dt><span class="strong">Returns:</span></dt><dd>A QualifiedName representing this method.</dd> -<dt><span class="strong">Throws:</span></dt> -<dd><code><a href="../../../../org/qi4j/api/util/NullArgumentException.html" title="class in org.qi4j.api.util">NullArgumentException</a></code> - If the <code>method</code> argument passed is null.</dd></dl> -</li> -</ul> -<a name="fromClass(java.lang.Class, java.lang.String)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>fromClass</h4> -<pre>public static <a href="../../../../org/qi4j/api/common/QualifiedName.html" title="class in org.qi4j.api.common">QualifiedName</a> fromClass(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> type, - <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> name)</pre> -<div class="block">Creates a QualifiedName instance from the Class and a given name. - <p> - This factory method converts the <code>type</code> to a <a href="../../../../org/qi4j/api/common/TypeName.html" title="class in org.qi4j.api.common"><code>TypeName</code></a> and appends the given <code>name</code>.</div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - The Class that is the base of the QualifiedName.</dd><dd><code>name</code> - The qualifier name which will be appended to the base name derived from the <code>type</code> argument.</dd> -<dt><span class="strong">Returns:</span></dt><dd>A QualifiedName instance representing the <code>type</code> and <code>name</code> arguments.</dd> -<dt><span class="strong">Throws:</span></dt> -<dd><code><a href="../../../../org/qi4j/api/util/NullArgumentException.html" title="class in org.qi4j.api.util">NullArgumentException</a></code> - if any of the two arguments are <code>null</code>, or if the name string is empty.</dd></dl> -</li> -</ul> -<a name="fromName(java.lang.String, java.lang.String)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>fromName</h4> -<pre>public static <a href="../../../../org/qi4j/api/common/QualifiedName.html" title="class in org.qi4j.api.common">QualifiedName</a> fromName(<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> type, - <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> name)</pre> -<div class="block">Creates a Qualified name from a type as string and a name qualifier.</div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - The type name as a a string, which must be properly formatted. No checks for correctly formatted - type name is performed.</dd><dd><code>name</code> - The qualifier name which will be appended to the base name derived from the <code>type</code> argument.</dd> -<dt><span class="strong">Returns:</span></dt><dd>A QualifiedName instance representing the <code>type</code> and <code>name</code> arguments.</dd> -<dt><span class="strong">Throws:</span></dt> -<dd><code><a href="../../../../org/qi4j/api/util/NullArgumentException.html" title="class in org.qi4j.api.util">NullArgumentException</a></code> - if any of the two arguments are <code>null</code> or either string is empty.</dd></dl> -</li> -</ul> -<a name="fromFQN(java.lang.String)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>fromFQN</h4> -<pre>public static <a href="../../../../org/qi4j/api/common/QualifiedName.html" title="class in org.qi4j.api.common">QualifiedName</a> fromFQN(<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> fullQualifiedName)</pre> -<div class="block">Creates a QualifiedName from the external string format of QualifiedName. - <p> - This factory method is the reverse of <a href="../../../../org/qi4j/api/common/QualifiedName.html#toString()"><code>toString()</code></a> method, and creates a new QualifiedName - instance from the string representation of the QualifiedName. - </p></div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>fullQualifiedName</code> - The QualifiedName external string representation to be converted back into a QualifiedName - instance.</dd> -<dt><span class="strong">Returns:</span></dt><dd>The QualifiedName instance represented by the <code>qualifiedName</code> argument.</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 the <code>qualifiedName</code> argument has wrong format.</dd></dl> -</li> -</ul> -<a name="type()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>type</h4> -<pre>public <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> type()</pre> -<div class="block">Returns the normalized string of the type part of the QualifiedName. - - <p> - The normalized type name means that all dollar ($) characters have been replaced by dashes (-). - </p></div> -<dl><dt><span class="strong">Returns:</span></dt><dd>the normalized string of the type part of the QualifiedName.</dd></dl> -</li> -</ul> -<a name="name()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>name</h4> -<pre>public <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> name()</pre> -<div class="block">Returns the name component of the QualifiedName.</div> -<dl><dt><span class="strong">Returns:</span></dt><dd>the name component of the QualifiedName.</dd></dl> -</li> -</ul> -<a name="toURI()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>toURI</h4> -<pre>public <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> toURI()</pre> -<div class="block">Returns the URI of the QualifiedName. - - <p> - The URI is the <a href="../../../../org/qi4j/api/common/QualifiedName.html#toNamespace()"><code>toNamespace()</code></a> followed by the <code>name</code> component. - <p></div> -<dl><dt><span class="strong">Returns:</span></dt><dd>the URI of the QualifiedName.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/qi4j/api/common/QualifiedName.html#toNamespace()"><code>toNamespace()</code></a></dd></dl> -</li> -</ul> -<a name="toNamespace()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>toNamespace</h4> -<pre>public <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> toNamespace()</pre> -<div class="block">Return the URI of the <a href="../../../../org/qi4j/api/common/TypeName.html" title="class in org.qi4j.api.common"><code>TypeName</code></a> component of the QualifiedName. - <p> - The URI of the <a href="../../../../org/qi4j/api/common/TypeName.html" title="class in org.qi4j.api.common"><code>TypeName</code></a> component is in the form of; - </p> - <pre> - "urn:qi4j:type:" normalizedClassName - </pre> - <p> - where <code>normalizedClassName</code> is the fully-qualified class name having had any dollar ($) characters replaced - by URI friendly dashes (-), with a trailing hash (#). Examples; - </p> - <pre> - urn:qi4j:type:org.qi4j.api.common.QualifiedName# - urn:qi4j:type:org.qi4j.samples.MyClass-MyInnerClass# - </pre></div> -<dl><dt><span class="strong">Returns:</span></dt><dd>the URI of the <a href="../../../../org/qi4j/api/common/TypeName.html" title="class in org.qi4j.api.common"><code>TypeName</code></a> component of the QualifiedName.</dd></dl> -</li> -</ul> -<a name="toString()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>toString</h4> -<pre>public <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> toString()</pre> -<div class="block">Return the formal and official, long-term stable, external string representation of a QualifiedName. - <p> - This returns the <a href="../../../../org/qi4j/api/common/TypeName.html#toString()"><code>TypeName.toString()</code></a> followed by the <code>name</code> component. - </p></div> -<dl> -<dt><strong>Overrides:</strong></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a></code> in class <code><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></code></dd> -<dt><span class="strong">Returns:</span></dt><dd>the formal and official, long-term stable, external string representation of a QualifiedName.</dd></dl> -</li> -</ul> -<a name="equals(java.lang.Object)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>equals</h4> -<pre>public boolean equals(<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> o)</pre> -<dl> -<dt><strong>Overrides:</strong></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a></code> in class <code><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></code></dd> -</dl> -</li> -</ul> -<a name="hashCode()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>hashCode</h4> -<pre>public int hashCode()</pre> -<dl> -<dt><strong>Overrides:</strong></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a></code> in class <code><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></code></dd> -</dl> -</li> -</ul> -<a name="compareTo(org.qi4j.api.common.QualifiedName)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>compareTo</h4> -<pre>public int compareTo(<a href="../../../../org/qi4j/api/common/QualifiedName.html" title="class in org.qi4j.api.common">QualifiedName</a> other)</pre> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true#compareTo(T)" title="class or interface in java.lang">compareTo</a></code> in interface <code><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><<a href="../../../../org/qi4j/api/common/QualifiedName.html" title="class in org.qi4j.api.common">QualifiedName</a>></code></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="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/qi4j/api/common/Optional.html" title="annotation in org.qi4j.api.common"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../org/qi4j/api/common/TypeName.html" title="class in org.qi4j.api.common"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?org/qi4j/api/common/QualifiedName.html" target="_top">Frames</a></li> -<li><a href="QualifiedName.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: </li> -<li>Nested | </li> -<li>Field | </li> -<li>Constr | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li>Constr | </li> -<li><a href="#method_detail">Method</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html>
http://git-wip-us.apache.org/repos/asf/polygene-website/blob/ea4d77b0/content/java/latest/javadocs/org/qi4j/api/common/TypeName.html ---------------------------------------------------------------------- diff --git a/content/java/latest/javadocs/org/qi4j/api/common/TypeName.html b/content/java/latest/javadocs/org/qi4j/api/common/TypeName.html deleted file mode 100644 index 60a381a..0000000 --- a/content/java/latest/javadocs/org/qi4j/api/common/TypeName.html +++ /dev/null @@ -1,372 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<!-- NewPage --> -<html lang="fr"> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>TypeName (Apache Zest⢠(Java Edition) SDK 2.1)</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="TypeName (Apache Zest\u2122 (Java Edition) SDK 2.1)"; - } -//--> -</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="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/qi4j/api/common/QualifiedName.html" title="class in org.qi4j.api.common"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../org/qi4j/api/common/UseDefaults.html" title="annotation in org.qi4j.api.common"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?org/qi4j/api/common/TypeName.html" target="_top">Frames</a></li> -<li><a href="TypeName.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: </li> -<li>Nested | </li> -<li>Field | </li> -<li>Constr | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li>Constr | </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.qi4j.api.common</div> -<h2 title="Class TypeName" class="title">Class TypeName</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>org.qi4j.api.common.TypeName</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><<a href="../../../../org/qi4j/api/common/TypeName.html" title="class in org.qi4j.api.common">TypeName</a>></dd> -</dl> -<hr> -<br> -<pre>public final class <span class="strong">TypeName</span> -extends <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> -implements <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><<a href="../../../../org/qi4j/api/common/TypeName.html" title="class in org.qi4j.api.common">TypeName</a>></pre> -<div class="block">Represents a Type name.</div> -<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../serialized-form.html#org.qi4j.api.common.TypeName">Serialized Form</a></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"> </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>int</code></td> -<td class="colLast"><code><strong><a href="../../../../org/qi4j/api/common/TypeName.html#compareTo(org.qi4j.api.common.TypeName)">compareTo</a></strong>(<a href="../../../../org/qi4j/api/common/TypeName.html" title="class in org.qi4j.api.common">TypeName</a> typeName)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../org/qi4j/api/common/TypeName.html#equals(java.lang.Object)">equals</a></strong>(<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> o)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><code><strong><a href="../../../../org/qi4j/api/common/TypeName.html#hashCode()">hashCode</a></strong>()</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../org/qi4j/api/common/TypeName.html#isClass(java.lang.Class)">isClass</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> type)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code><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></code></td> -<td class="colLast"><code><strong><a href="../../../../org/qi4j/api/common/TypeName.html#name()">name</a></strong>()</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="../../../../org/qi4j/api/common/TypeName.html" title="class in org.qi4j.api.common">TypeName</a></code></td> -<td class="colLast"><code><strong><a href="../../../../org/qi4j/api/common/TypeName.html#nameOf(java.lang.Class)">nameOf</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> type)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="../../../../org/qi4j/api/common/TypeName.html" title="class in org.qi4j.api.common">TypeName</a></code></td> -<td class="colLast"><code><strong><a href="../../../../org/qi4j/api/common/TypeName.html#nameOf(java.lang.String)">nameOf</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> typeName)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="../../../../org/qi4j/api/common/TypeName.html" title="class in org.qi4j.api.common">TypeName</a></code></td> -<td class="colLast"><code><strong><a href="../../../../org/qi4j/api/common/TypeName.html#nameOf(java.lang.reflect.Type)">nameOf</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true" title="class or interface in java.lang.reflect">Type</a> type)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code><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></code></td> -<td class="colLast"><code><strong><a href="../../../../org/qi4j/api/common/TypeName.html#normalized()">normalized</a></strong>()</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code><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></code></td> -<td class="colLast"><code><strong><a href="../../../../org/qi4j/api/common/TypeName.html#toString()">toString</a></strong>()</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code><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></code></td> -<td class="colLast"><code><strong><a href="../../../../org/qi4j/api/common/TypeName.html#toURI()">toURI</a></strong>()</code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> -<!-- --> -</a> -<h3>Methods inherited from class 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#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.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/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-ex ternal=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"> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="nameOf(java.lang.Class)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>nameOf</h4> -<pre>public static <a href="../../../../org/qi4j/api/common/TypeName.html" title="class in org.qi4j.api.common">TypeName</a> nameOf(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> type)</pre> -</li> -</ul> -<a name="nameOf(java.lang.reflect.Type)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>nameOf</h4> -<pre>public static <a href="../../../../org/qi4j/api/common/TypeName.html" title="class in org.qi4j.api.common">TypeName</a> nameOf(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true" title="class or interface in java.lang.reflect">Type</a> type)</pre> -</li> -</ul> -<a name="nameOf(java.lang.String)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>nameOf</h4> -<pre>public static <a href="../../../../org/qi4j/api/common/TypeName.html" title="class in org.qi4j.api.common">TypeName</a> nameOf(<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> typeName)</pre> -</li> -</ul> -<a name="normalized()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>normalized</h4> -<pre>public <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> normalized()</pre> -</li> -</ul> -<a name="toURI()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>toURI</h4> -<pre>public <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> toURI()</pre> -</li> -</ul> -<a name="name()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>name</h4> -<pre>public <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> name()</pre> -</li> -</ul> -<a name="toString()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>toString</h4> -<pre>public <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> toString()</pre> -<dl> -<dt><strong>Overrides:</strong></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a></code> in class <code><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></code></dd> -</dl> -</li> -</ul> -<a name="isClass(java.lang.Class)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>isClass</h4> -<pre>public boolean isClass(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> type)</pre> -</li> -</ul> -<a name="equals(java.lang.Object)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>equals</h4> -<pre>public boolean equals(<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> o)</pre> -<dl> -<dt><strong>Overrides:</strong></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a></code> in class <code><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></code></dd> -</dl> -</li> -</ul> -<a name="hashCode()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>hashCode</h4> -<pre>public int hashCode()</pre> -<dl> -<dt><strong>Overrides:</strong></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a></code> in class <code><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></code></dd> -</dl> -</li> -</ul> -<a name="compareTo(org.qi4j.api.common.TypeName)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>compareTo</h4> -<pre>public int compareTo(<a href="../../../../org/qi4j/api/common/TypeName.html" title="class in org.qi4j.api.common">TypeName</a> typeName)</pre> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true#compareTo(T)" title="class or interface in java.lang">compareTo</a></code> in interface <code><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><<a href="../../../../org/qi4j/api/common/TypeName.html" title="class in org.qi4j.api.common">TypeName</a>></code></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="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/qi4j/api/common/QualifiedName.html" title="class in org.qi4j.api.common"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../org/qi4j/api/common/UseDefaults.html" title="annotation in org.qi4j.api.common"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?org/qi4j/api/common/TypeName.html" target="_top">Frames</a></li> -<li><a href="TypeName.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: </li> -<li>Nested | </li> -<li>Field | </li> -<li>Constr | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li>Constr | </li> -<li><a href="#method_detail">Method</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/ea4d77b0/content/java/latest/javadocs/org/qi4j/api/common/UseDefaults.html ---------------------------------------------------------------------- diff --git a/content/java/latest/javadocs/org/qi4j/api/common/UseDefaults.html b/content/java/latest/javadocs/org/qi4j/api/common/UseDefaults.html deleted file mode 100644 index 0a4a52b..0000000 --- a/content/java/latest/javadocs/org/qi4j/api/common/UseDefaults.html +++ /dev/null @@ -1,198 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<!-- NewPage --> -<html lang="fr"> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UseDefaults (Apache Zest⢠(Java Edition) SDK 2.1)</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="UseDefaults (Apache Zest\u2122 (Java Edition) SDK 2.1)"; - } -//--> -</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="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/qi4j/api/common/TypeName.html" title="class in org.qi4j.api.common"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../org/qi4j/api/common/Visibility.html" title="enum in org.qi4j.api.common"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?org/qi4j/api/common/UseDefaults.html" target="_top">Frames</a></li> -<li><a href="UseDefaults.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: </li> -<li>Required | </li> -<li>Optional</li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Element</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.qi4j.api.common</div> -<h2 title="Annotation Type UseDefaults" class="title">Annotation Type UseDefaults</h2> -</div> -<div class="contentContainer"> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<br> -<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true" title="class or interface in java.lang.annotation">@Retention</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true#value()" title="class or interface in java.lang.annotation">value</a>=<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/RetentionPolicy.html?is-external=true#RUNTIME" title="class or interface in java.lang.annotation">RUNTIME</a>) -<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true" title="class or interface in java.lang.annotation">@Target</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true#value()" title="class or interface in java.lang.annotation">value</a>={<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#METHOD" title="class or interface in java.lang.annotation">METHOD</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/ElementType.html?is-external=true#FIELD" title="class or interface in java.lang.annotation">FIELD</a>}) -<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Documented.html?is-external=true" title="class or interface in java.lang.annotation">@Documented</a> -public @interface <span class="strong">UseDefaults</span></pre> -<div class="block">Annotation to denote that the initial value of a Property will be the default value for the type if none is - specified during construction. - <p> - These are the default values used for various types: - </p> - <pre> - Byte: 0 - Short: 0 - Character: 0 - Integer: 0 - Long: 0L - Double: 0.0d - Float: 0.0f - Boolean: false - String: "" - List: empty java.util.ArrayList - Set: empty java.util.HashSet - Collection: empty java.util.ArrayList - enum: first declared value - </pre> - <p> - If this annotation is not used, the property will be set to null, and unless <code>&#64;Optional</code> is declared - is not allowed. - </p> - <p> - It is also possible to change the default values for Composites during the assembly. This is done by calling the - <code>org.qi4j.bootstrap.ModuleAssembly#forMixin(Class)</code> method. - </p> - <p> - Example; - Let's assume that we have the following mixin type; - - <pre><code> - public interface SomeType - { - @UseDefaults - Property<String> someValue(); - } - </code></pre> - And that we want to have <code>someValue()</code> to be initialized to "<unknown>" instead of the empty string. - Then we need to declare the default for that with the following in the assembler. - <pre><code> - public void assemble( ModuleAssembly module ) - { - module.forMixin( SomeType.class ).declareDefaults().someValue().set( "<unknown>" ); - } - } - </code></pre></div> -</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="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/qi4j/api/common/TypeName.html" title="class in org.qi4j.api.common"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../org/qi4j/api/common/Visibility.html" title="enum in org.qi4j.api.common"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?org/qi4j/api/common/UseDefaults.html" target="_top">Frames</a></li> -<li><a href="UseDefaults.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: </li> -<li>Required | </li> -<li>Optional</li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Element</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/ea4d77b0/content/java/latest/javadocs/org/qi4j/api/common/Visibility.html ---------------------------------------------------------------------- diff --git a/content/java/latest/javadocs/org/qi4j/api/common/Visibility.html b/content/java/latest/javadocs/org/qi4j/api/common/Visibility.html deleted file mode 100644 index 1fad35f..0000000 --- a/content/java/latest/javadocs/org/qi4j/api/common/Visibility.html +++ /dev/null @@ -1,345 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<!-- NewPage --> -<html lang="fr"> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Visibility (Apache Zest⢠(Java Edition) SDK 2.1)</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="Visibility (Apache Zest\u2122 (Java Edition) SDK 2.1)"; - } -//--> -</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="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/qi4j/api/common/UseDefaults.html" title="annotation in org.qi4j.api.common"><span class="strong">Prev Class</span></a></li> -<li>Next Class</li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?org/qi4j/api/common/Visibility.html" target="_top">Frames</a></li> -<li><a href="Visibility.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: </li> -<li>Nested | </li> -<li><a href="#enum_constant_summary">Enum Constants</a> | </li> -<li>Field | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#enum_constant_detail">Enum Constants</a> | </li> -<li>Field | </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.qi4j.api.common</div> -<h2 title="Enum Visibility" class="title">Enum Visibility</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><<a href="../../../../org/qi4j/api/common/Visibility.html" title="enum in org.qi4j.api.common">Visibility</a>></li> -<li> -<ul class="inheritance"> -<li>org.qi4j.api.common.Visibility</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><<a href="../../../../org/qi4j/api/common/Visibility.html" title="enum in org.qi4j.api.common">Visibility</a>></dd> -</dl> -<hr> -<br> -<pre>public enum <span class="strong">Visibility</span> -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><<a href="../../../../org/qi4j/api/common/Visibility.html" title="enum in org.qi4j.api.common">Visibility</a>></pre> -<div class="block">Visibility is a core concept in the Zest structure system. It defines the locale of composites and objects, i.e. - how far they can be 'seen' and therefor be used. - <p> - When a Composite or Object is declared in the assembly phase, and no visibility is set, only other - composites/objects within the same module can use that declaration. For a declared composite/object to be usable - from other modules a higher visibility must be set, either that the Composite/Object can be used by others within - the same Layer, or even to be used by those in the layer above. - </p></div> -</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"> </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/qi4j/api/common/Visibility.html#application">application</a></strong></code> -<div class="block">Artifact is visible to other modules in the same layer and any modules in extending layers</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colOne"><code><strong><a href="../../../../org/qi4j/api/common/Visibility.html#layer">layer</a></strong></code> -<div class="block">Artifact is visible to all modules in the same layer</div> -</td> -</tr> -<tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../org/qi4j/api/common/Visibility.html#module">module</a></strong></code> -<div class="block">Artifact is visible only in the declaring module (default)</div> -</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"> </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>static <a href="../../../../org/qi4j/api/common/Visibility.html" title="enum in org.qi4j.api.common">Visibility</a></code></td> -<td class="colLast"><code><strong><a href="../../../../org/qi4j/api/common/Visibility.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> name)</code> -<div class="block">Returns the enum constant of this type with the specified name.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="../../../../org/qi4j/api/common/Visibility.html" title="enum in org.qi4j.api.common">Visibility</a>[]</code></td> -<td class="colLast"><code><strong><a href="../../../../org/qi4j/api/common/Visibility.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 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 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="module"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>module</h4> -<pre>public static final <a href="../../../../org/qi4j/api/common/Visibility.html" title="enum in org.qi4j.api.common">Visibility</a> module</pre> -<div class="block">Artifact is visible only in the declaring module (default)</div> -</li> -</ul> -<a name="layer"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>layer</h4> -<pre>public static final <a href="../../../../org/qi4j/api/common/Visibility.html" title="enum in org.qi4j.api.common">Visibility</a> layer</pre> -<div class="block">Artifact is visible to all modules in the same layer</div> -</li> -</ul> -<a name="application"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>application</h4> -<pre>public static final <a href="../../../../org/qi4j/api/common/Visibility.html" title="enum in org.qi4j.api.common">Visibility</a> application</pre> -<div class="block">Artifact is visible to other modules in the same layer and any modules in extending layers</div> -</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 <a href="../../../../org/qi4j/api/common/Visibility.html" title="enum in org.qi4j.api.common">Visibility</a>[] values()</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 (Visibility c : Visibility.values()) - 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="blockListLast"> -<li class="blockList"> -<h4>valueOf</h4> -<pre>public static <a href="../../../../org/qi4j/api/common/Visibility.html" title="enum in org.qi4j.api.common">Visibility</a> valueOf(<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> 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> -</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="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/qi4j/api/common/UseDefaults.html" title="annotation in org.qi4j.api.common"><span class="strong">Prev Class</span></a></li> -<li>Next Class</li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?org/qi4j/api/common/Visibility.html" target="_top">Frames</a></li> -<li><a href="Visibility.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: </li> -<li>Nested | </li> -<li><a href="#enum_constant_summary">Enum Constants</a> | </li> -<li>Field | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#enum_constant_detail">Enum Constants</a> | </li> -<li>Field | </li> -<li><a href="#method_detail">Method</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/ea4d77b0/content/java/latest/javadocs/org/qi4j/api/common/package-frame.html ---------------------------------------------------------------------- diff --git a/content/java/latest/javadocs/org/qi4j/api/common/package-frame.html b/content/java/latest/javadocs/org/qi4j/api/common/package-frame.html deleted file mode 100644 index 8476f82..0000000 --- a/content/java/latest/javadocs/org/qi4j/api/common/package-frame.html +++ /dev/null @@ -1,39 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<!-- NewPage --> -<html lang="fr"> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.qi4j.api.common (Apache Zest⢠(Java Edition) SDK 2.1)</title> -<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> -</head> -<body> -<h1 class="bar"><a href="../../../../org/qi4j/api/common/package-summary.html" target="classFrame">org.qi4j.api.common</a></h1> -<div class="indexContainer"> -<h2 title="Interfaces">Interfaces</h2> -<ul title="Interfaces"> -<li><a href="AppliesToFilter.html" title="interface in org.qi4j.api.common" target="classFrame"><i>AppliesToFilter</i></a></li> -</ul> -<h2 title="Classes">Classes</h2> -<ul title="Classes"> -<li><a href="MetaInfo.html" title="class in org.qi4j.api.common" target="classFrame">MetaInfo</a></li> -<li><a href="QualifiedName.html" title="class in org.qi4j.api.common" target="classFrame">QualifiedName</a></li> -<li><a href="TypeName.html" title="class in org.qi4j.api.common" target="classFrame">TypeName</a></li> -</ul> -<h2 title="Enums">Enums</h2> -<ul title="Enums"> -<li><a href="Visibility.html" title="enum in org.qi4j.api.common" target="classFrame">Visibility</a></li> -</ul> -<h2 title="Exceptions">Exceptions</h2> -<ul title="Exceptions"> -<li><a href="ConstructionException.html" title="class in org.qi4j.api.common" target="classFrame">ConstructionException</a></li> -<li><a href="InvalidApplicationException.html" title="class in org.qi4j.api.common" target="classFrame">InvalidApplicationException</a></li> -</ul> -<h2 title="Annotation Types">Annotation Types</h2> -<ul title="Annotation Types"> -<li><a href="AppliesTo.html" title="annotation in org.qi4j.api.common" target="classFrame">AppliesTo</a></li> -<li><a href="Optional.html" title="annotation in org.qi4j.api.common" target="classFrame">Optional</a></li> -<li><a href="UseDefaults.html" title="annotation in org.qi4j.api.common" target="classFrame">UseDefaults</a></li> -</ul> -</div> -</body> -</html>
