From 236dab5626351a96d3f8c2e992836e5835e4590c Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Thu, 17 Sep 2015 17:43:37 +0200 Subject: Update JavaDoc --- com/snilius/aboutit/L.html | 437 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 437 insertions(+) create mode 100644 com/snilius/aboutit/L.html (limited to 'com/snilius/aboutit/L.html') diff --git a/com/snilius/aboutit/L.html b/com/snilius/aboutit/L.html new file mode 100644 index 0000000..4892b39 --- /dev/null +++ b/com/snilius/aboutit/L.html @@ -0,0 +1,437 @@ + + + + + +L (AboutIt) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.snilius.aboutit
+

Enum L

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

      Enum Constant Detail

      + + + +
        +
      • +

        AP2

        +
        public static final L AP2
        +
      • +
      + + + +
        +
      • +

        MIT

        +
        public static final L MIT
        +
      • +
      + + + +
        +
      • +

        GPL2

        +
        public static final L GPL2
        +
      • +
      + + + +
        +
      • +

        GPL3

        +
        public static final L GPL3
        +
      • +
      + + + +
        +
      • +

        AGPL3

        +
        public static final L AGPL3
        +
      • +
      + + + +
        +
      • +

        BSD

        +
        public static final L BSD
        +
      • +
      + + + +
        +
      • +

        SBSD

        +
        public static final L SBSD
        +
      • +
      + + + +
        +
      • +

        NBSD

        +
        public static final L NBSD
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

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

        valueOf

        +
        public static L 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
        +
        +
      • +
      + + + +
        +
      • +

        display

        +
        public String display()
        +
        Get display name for license
        +
        +
        Specified by:
        +
        display in interface LicenseBase
        +
        Returns:
        +
        display name
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + -- cgit v1.2.3