public enum StandardObjectType extends java.lang.Enum<StandardObjectType> implements ObjectType
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIdentType()
Get the label name of the primary identifier used in EPP service elements
mapped to the object identified by this type.
|
java.lang.String |
getName()
Get the commonly used name for the object identified by this type, to be
used as the prefix.
|
java.lang.String |
getSchemaDefintion() |
java.lang.String |
getSchemaLocation()
Get the schema location hint normally prescribed for this object type.
|
static java.lang.String[] |
getStandardURIs() |
java.lang.String |
getURI()
Get the namespace URI of the object identified by this type.
|
static StandardObjectType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StandardObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardObjectType HOST
public static final StandardObjectType CONTACT
public static final StandardObjectType DOMAIN
public static StandardObjectType[] values()
for (StandardObjectType c : StandardObjectType.values()) System.out.println(c);
public static StandardObjectType 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 getName()
ObjectType
getName
in interface ObjectType
public java.lang.String getURI()
ObjectType
getURI
in interface ObjectType
public java.lang.String getSchemaLocation()
ObjectType
getSchemaLocation
in interface ObjectType
public java.lang.String getSchemaDefintion()
public java.lang.String getIdentType()
ObjectType
getIdentType
in interface ObjectType
public static java.lang.String[] getStandardURIs()