public enum ExtensionImpl extends java.lang.Enum<ExtensionImpl> implements Extension
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPrefix()
Get the prefix used by the toolkit for evaluating xpath expressions for
elements having this extension's namespace.
|
java.lang.String |
getSchemaDefinition() |
java.lang.String |
getSchemaLocation()
Get the location hint for the XML schema used to validate EPP service
element instances using this extension.
|
java.lang.String |
getURI()
Get the globally unique namespace URI which identifies this extension.
|
static ExtensionImpl |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExtensionImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtensionImpl E164
public static final ExtensionImpl AR
public static final ExtensionImpl AE
public static final ExtensionImpl AU
public static final ExtensionImpl AU_V1
public static final ExtensionImpl VIEXT
public static ExtensionImpl[] values()
for (ExtensionImpl c : ExtensionImpl.values()) System.out.println(c);
public static ExtensionImpl 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 java.lang.String getPrefix()
Extension
public java.lang.String getSchemaLocation()
Extension
getSchemaLocation
in interface Extension
public java.lang.String getURI()
Extension
public java.lang.String getSchemaDefinition()