public static enum EPPValidatePostalDefinition.Type extends java.lang.Enum<EPPValidatePostalDefinition.Type> implements java.io.Serializable, java.lang.Cloneable
LOC - Localized form of data that MAY be represented in
unrestricted UTF-8.INT - Internationalized form o data that MUST be
represented in a subset of UTF-8 that can be represented in the 7-bit
US-ASCII character set.| Modifier and Type | Method and Description |
|---|---|
static EPPValidatePostalDefinition.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 EPPValidatePostalDefinition.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPValidatePostalDefinition.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPPValidatePostalDefinition.Type LOC
public static final EPPValidatePostalDefinition.Type INT
public static EPPValidatePostalDefinition.Type[] values()
for (EPPValidatePostalDefinition.Type c : EPPValidatePostalDefinition.Type.values()) System.out.println(c);
public static EPPValidatePostalDefinition.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 namejava.lang.NullPointerException - if the argument is nullpublic static EPPValidatePostalDefinition.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<EPPValidatePostalDefinition.Type>Copyright © VeriSign Inc. All Rights Reserved.