Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id BEE10200D5A for ; Thu, 14 Dec 2017 12:26:33 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id BD7C3160C3B; Thu, 14 Dec 2017 11:26:33 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 988A6160C2A for ; Thu, 14 Dec 2017 12:26:32 +0100 (CET) Received: (qmail 6635 invoked by uid 500); 14 Dec 2017 11:26:31 -0000 Mailing-List: contact commits-help@jena.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jena.apache.org Delivered-To: mailing list commits@jena.apache.org Received: (qmail 6473 invoked by uid 99); 14 Dec 2017 11:26:31 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Dec 2017 11:26:31 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 478D33A0541 for ; Thu, 14 Dec 2017 11:26:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1818108 [9/31] - in /jena/site/trunk/content/documentation/javadoc/extras: ./ querybuilder/ querybuilder/org/ querybuilder/org/apache/ querybuilder/org/apache/jena/ querybuilder/org/apache/jena/arq/ querybuilder/org/apache/jena/arq/querybu... Date: Thu, 14 Dec 2017 11:26:27 -0000 To: commits@jena.apache.org From: andy@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20171214112628.478D33A0541@svn01-us-west.apache.org> archived-at: Thu, 14 Dec 2017 11:26:33 -0000 Added: jena/site/trunk/content/documentation/javadoc/extras/querybuilder/org/apache/jena/arq/querybuilder/Order.html URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/javadoc/extras/querybuilder/org/apache/jena/arq/querybuilder/Order.html?rev=1818108&view=auto ============================================================================== --- jena/site/trunk/content/documentation/javadoc/extras/querybuilder/org/apache/jena/arq/querybuilder/Order.html (added) +++ jena/site/trunk/content/documentation/javadoc/extras/querybuilder/org/apache/jena/arq/querybuilder/Order.html Thu Dec 14 11:26:25 2017 @@ -0,0 +1,344 @@ + + + + + + +Order (Apache Jena - Extras - Query Builder 3.6.0) + + + + + + + + + + + + +
+
org.apache.jena.arq.querybuilder
+

Enum Order

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        ASCENDING

        +
        public static final Order ASCENDING
        +
      • +
      + + + +
        +
      • +

        DESCENDING

        +
        public static final Order DESCENDING
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static Order[] values()
        +
        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: +
        +for (Order c : Order.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static Order valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Licensed under the Apache License, Version 2.0

+ +