|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<EPPResellerContact.Type>
com.verisign.epp.codec.reseller.EPPResellerContact.Type
public static enum EPPResellerContact.Type
Contact type enumeration.
Enum Constant Summary | |
---|---|
ADMINISTRATIVE
|
|
BILLING
|
|
TECHNICAL
|
Method Summary | |
---|---|
static EPPResellerContact.Type |
getType(java.lang.String aTypeVal)
Get the Type instance given the type attribute value. |
java.lang.String |
toString()
Convert the enumerated Type value to a type attribute
String . |
static EPPResellerContact.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EPPResellerContact.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 EPPResellerContact.Type ADMINISTRATIVE
public static final EPPResellerContact.Type TECHNICAL
public static final EPPResellerContact.Type BILLING
Method Detail |
---|
public static EPPResellerContact.Type[] values()
for (EPPResellerContact.Type c : EPPResellerContact.Type.values()) System.out.println(c);
public static EPPResellerContact.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 EPPResellerContact.Type getType(java.lang.String aTypeVal)
Type
instance given the type attribute value.
aTypeVal
- Type attribute value.
Type
instance matching the
aTypeVal
value.
java.security.InvalidParameterException
- If aTypeVal
does not match an enumerated
Type
string value.public java.lang.String toString()
Type
value to a type attribute
String
.
toString
in class java.lang.Enum<EPPResellerContact.Type>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |