|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<EPPNameVerificationInfoCmd.Type>
com.verisign.epp.codec.nv.EPPNameVerificationInfoCmd.Type
public static 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 Summary | |
---|---|
INPUT
|
|
SIGNED_CODE
|
Method Summary | |
---|---|
static EPPNameVerificationInfoCmd.Type |
getType(java.lang.String aType)
Get the type enumerated value given the matching string. |
java.lang.String |
toString()
Convert the enumerated Type value to a
String . |
static EPPNameVerificationInfoCmd.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EPPNameVerificationInfoCmd.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final EPPNameVerificationInfoCmd.Type INPUT
public static final EPPNameVerificationInfoCmd.Type SIGNED_CODE
Method Detail |
---|
public static EPPNameVerificationInfoCmd.Type[] values()
for (EPPNameVerificationInfoCmd.Type c : EPPNameVerificationInfoCmd.Type.values()) System.out.println(c);
public static EPPNameVerificationInfoCmd.Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic static EPPNameVerificationInfoCmd.Type getType(java.lang.String aType)
aType
- Type
enumerated string to convert to an
enumerated Type
instance.
Type
value matching the
String
.
java.security.InvalidParameterException
- If aString
does not match an enumerated
Type
string value.public java.lang.String toString()
Type
value to a
String
.
toString
in class java.lang.Enum<EPPNameVerificationInfoCmd.Type>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |