Enum Class TransformInfo.PValue

java.lang.Object
java.lang.Enum<TransformInfo.PValue>
br.ufsc.labsec.incrementalupdate.transform.TransformInfo.PValue
All Implemented Interfaces:
Serializable, Comparable<TransformInfo.PValue>, Constable
Enclosing class:
TransformInfo

public static enum TransformInfo.PValue extends Enum<TransformInfo.PValue>

Define as permissões de acesso (Pvalue) concedidas para determinado documento. Os valores válidos são:

1 Nenhuma alteração no documento é permitida; qualquer alteração no documento invalida a assinatura.

2 As alterações permitidas são o preenchimento de formulários, a instanciação de modelos de página e a assinatura; outras alterações invalidam a assinatura.

3 As alterações permitidas são as mesmas do valor 2, além da criação, exclusão e modificação de anotações; outras alterações invalidam a assinatura.

  • Enum Constant Details

  • Method Details

    • values

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

      public static TransformInfo.PValue valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • fromInt

      public static TransformInfo.PValue fromInt(int p)
    • getInt

      public int getInt()