|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<EPPNameVerificationDocument.FileType>
com.verisign.epp.codec.nv.EPPNameVerificationDocument.FileType
public static enum EPPNameVerificationDocument.FileType
File Type that include:
PDF
- PDF file typeJPG
- JPG file type.
Enum Constant Summary | |
---|---|
JPG
|
|
PDF
|
Method Summary | |
---|---|
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. |
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 EPPNameVerificationDocument.FileType PDF
public static final EPPNameVerificationDocument.FileType JPG
Method Detail |
---|
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 name
java.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>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |