From fe8409ea3ebbb34058eeb5c2f0a6977b8a421686 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Wed, 5 Feb 2014 10:19:00 +0100 Subject: Added API Documentation and Full Documentation --- docs/full/at/gv/egiz/sl/TokenStatusType.html | 362 +++++++++++++++++++++++++++ 1 file changed, 362 insertions(+) create mode 100644 docs/full/at/gv/egiz/sl/TokenStatusType.html (limited to 'docs/full/at/gv/egiz/sl/TokenStatusType.html') diff --git a/docs/full/at/gv/egiz/sl/TokenStatusType.html b/docs/full/at/gv/egiz/sl/TokenStatusType.html new file mode 100644 index 00000000..3c8b34ad --- /dev/null +++ b/docs/full/at/gv/egiz/sl/TokenStatusType.html @@ -0,0 +1,362 @@ + + + + + + +TokenStatusType (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + +
+
at.gv.egiz.sl
+

Enum TokenStatusType

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

    Java class for TokenStatusType. + +

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

    +

    + <simpleType name="TokenStatusType">
    +   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
    +     <enumeration value="ready"/>
    +     <enumeration value="removed"/>
    +   </restriction>
    + </simpleType>
    + 
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

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

        valueOf

        +
        public static TokenStatusType 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-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + -- cgit v1.2.3