Package | Description |
---|---|
com.verisign.epp.codec.idntable |
Modifier and Type | Method and Description |
---|---|
EPPIdnTableInfoDomainTable.Type |
EPPIdnTableInfoDomainTable.getType()
Gets the IDN Table type
|
static EPPIdnTableInfoDomainTable.Type |
EPPIdnTableInfoDomainTable.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPIdnTableInfoDomainTable.Type[] |
EPPIdnTableInfoDomainTable.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPIdnTableInfoDomainTable.setType(EPPIdnTableInfoDomainTable.Type aType)
Sets the IDN Table type.
|
Constructor and Description |
---|
EPPIdnTableInfoDomainTable(java.lang.String aName,
EPPIdnTableInfoDomainTable.Type aType,
java.lang.String aDescription)
Constructor for
EPPIdnTableInfoDomainTable that takes the
required attributes. |
EPPIdnTableInfoDomainTable(java.lang.String aName,
EPPIdnTableInfoDomainTable.Type aType,
java.lang.String aDescription,
java.lang.String aDescriptionLang,
java.lang.Boolean aVariantGen)
Constructor for
EPPIdnTableInfoDomainTable that takes the
all attributes. |
Copyright © VeriSign Inc. All Rights Reserved.