From 7194ad1f6a22507867f471fd6c8a37c6596d4b8a Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Tue, 15 Jul 2014 10:30:34 +0200 Subject: Removed old config --- .../at/gv/egiz/sl/schema/AllSignatoriesType.html | 349 --------------------- 1 file changed, 349 deletions(-) delete mode 100644 docs/full/at/gv/egiz/sl/schema/AllSignatoriesType.html (limited to 'docs/full/at/gv/egiz/sl/schema/AllSignatoriesType.html') diff --git a/docs/full/at/gv/egiz/sl/schema/AllSignatoriesType.html b/docs/full/at/gv/egiz/sl/schema/AllSignatoriesType.html deleted file mode 100644 index 92021775..00000000 --- a/docs/full/at/gv/egiz/sl/schema/AllSignatoriesType.html +++ /dev/null @@ -1,349 +0,0 @@ - - - - - - -AllSignatoriesType (PDF-AS 4.0.0-RC5 Library) - - - - - - - -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - -
-
at.gv.egiz.sl.schema
-

Enum AllSignatoriesType

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Serializable, Comparable<AllSignatoriesType>
    -
    -
    -
    -
    public enum AllSignatoriesType
    -extends Enum<AllSignatoriesType>
    -

    Java class for AllSignatoriesType. - -

    The following schema fragment specifies the expected content contained within this class. -

    -

    - <simpleType name="AllSignatoriesType">
    -   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
    -     <enumeration value="all"/>
    -   </restriction>
    - </simpleType>
    - 
    -
  • -
-
-
- -
-
-
    -
  • - - - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

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

        valueOf

        -
        public static AllSignatoriesType 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
        -
      • -
      - - - -
        -
      • -

        value

        -
        public String value()
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - - -- cgit v1.2.3