From 19b27e99968233a285965daba6cc1e19a7406ce6 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Tue, 1 Jul 2014 10:33:17 +0200 Subject: Docs updates --- .../egiz/sl/schema/UserConfirmationSimpleType.html | 388 +++++++++++++++++++++ 1 file changed, 388 insertions(+) create mode 100644 docs/full/at/gv/egiz/sl/schema/UserConfirmationSimpleType.html (limited to 'docs/full/at/gv/egiz/sl/schema/UserConfirmationSimpleType.html') diff --git a/docs/full/at/gv/egiz/sl/schema/UserConfirmationSimpleType.html b/docs/full/at/gv/egiz/sl/schema/UserConfirmationSimpleType.html new file mode 100644 index 00000000..05dc8e9d --- /dev/null +++ b/docs/full/at/gv/egiz/sl/schema/UserConfirmationSimpleType.html @@ -0,0 +1,388 @@ + + + + + + +UserConfirmationSimpleType (PDF-AS 4.0.0-RC4 Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-RC4 Library 4.0.0-RC4 [f96fba3394ecb989a464f90c5d91b90bc5773c79]
+
+ + + +
+
at.gv.egiz.sl.schema
+

Enum UserConfirmationSimpleType

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable, Comparable<UserConfirmationSimpleType>
    +
    +
    +
    +
    public enum UserConfirmationSimpleType
    +extends Enum<UserConfirmationSimpleType>
    +

    Java class for UserConfirmationSimpleType. + +

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

    +

    + <simpleType name="UserConfirmationSimpleType">
    +   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
    +     <enumeration value="none"/>
    +     <enumeration value="info"/>
    +     <enumeration value="confirm"/>
    +     <enumeration value="confirmWithSecret"/>
    +   </restriction>
    + </simpleType>
    + 
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

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

        valueOf

        +
        public static UserConfirmationSimpleType 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-RC4 Library 4.0.0-RC4 [f96fba3394ecb989a464f90c5d91b90bc5773c79]
+
+ + + + -- cgit v1.2.3