public static enum EPPNameVerificationDocument.FileType extends java.lang.Enum<EPPNameVerificationDocument.FileType>
PDF
- PDF file typeJPG
- JPG file type.Modifier and Type | Method and Description |
---|---|
static EPPNameVerificationDocument.FileType |
getFileType(java.lang.String aString)
Get the file type enumerated value given the matching string.
|
java.lang.String |
toString()
Convert the enumerated
Role value to a
String . |
static EPPNameVerificationDocument.FileType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPNameVerificationDocument.FileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPPNameVerificationDocument.FileType PDF
public static final EPPNameVerificationDocument.FileType JPG
public static EPPNameVerificationDocument.FileType[] values()
for (EPPNameVerificationDocument.FileType c : EPPNameVerificationDocument.FileType.values()) System.out.println(c);
public static EPPNameVerificationDocument.FileType 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 namejava.lang.NullPointerException
- if the argument is nullpublic static EPPNameVerificationDocument.FileType getFileType(java.lang.String aString)
aString
- FileType
enumerated string to convert to an
enumerated FileType
instance.FileType
value matching the
String
.java.security.InvalidParameterException
- If aString
does not match an enumerated
FileType
string value.public java.lang.String toString()
Role
value to a
String
.toString
in class java.lang.Enum<EPPNameVerificationDocument.FileType>
Copyright © VeriSign Inc. All Rights Reserved.