Enum TimeStampReport.StampForm

java.lang.Object
java.lang.Enum<TimeStampReport.StampForm>
br.ufsc.labsec.signature.conformanceVerifier.report.TimeStampReport.StampForm
All Implemented Interfaces:
Serializable, Comparable<TimeStampReport.StampForm>, Constable
Enclosing class:
TimeStampReport

public static enum TimeStampReport.StampForm
extends Enum<TimeStampReport.StampForm>
Enumeração das formas de obter o carimbo
  • Enum Constant Details

  • Method Details

    • values

      public static TimeStampReport.StampForm[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static TimeStampReport.StampForm 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