Enum Class EPPNameVerificationInfoCmd.Type

java.lang.Object
java.lang.Enum<EPPNameVerificationInfoCmd.Type>
com.verisign.epp.codec.nv.EPPNameVerificationInfoCmd.Type
All Implemented Interfaces:
Serializable, Comparable<EPPNameVerificationInfoCmd.Type>, Constable
Enclosing class:
EPPNameVerificationInfoCmd

public static enum EPPNameVerificationInfoCmd.Type extends Enum<EPPNameVerificationInfoCmd.Type>
Information type with one of the following values:
  • INPUT - Get the input parameters provided in executing the verification associated with the code.
  • SIGNED_CODE - Get the signed code associated with the code.
  • Enum Constant Details

  • Method Details

    • values

      public static EPPNameVerificationInfoCmd.Type[] 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 EPPNameVerificationInfoCmd.Type 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
    • getType

      public static EPPNameVerificationInfoCmd.Type getType(String aType)
      Get the type enumerated value given the matching string.
      Parameters:
      aType - Type enumerated string to convert to an enumerated Type instance.
      Returns:
      Enumerated Type value matching the String.
      Throws:
      InvalidParameterException - If aString does not match an enumerated Type string value.
    • toString

      public String toString()
      Convert the enumerated Type value to a String.
      Overrides:
      toString in class Enum<EPPNameVerificationInfoCmd.Type>