|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPPIdnTableInfoDomainTable.Type | |
---|---|
com.verisign.epp.codec.idntable |
Uses of EPPIdnTableInfoDomainTable.Type in com.verisign.epp.codec.idntable |
---|
Methods in com.verisign.epp.codec.idntable that return EPPIdnTableInfoDomainTable.Type | |
---|---|
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. |
Methods in com.verisign.epp.codec.idntable with parameters of type EPPIdnTableInfoDomainTable.Type | |
---|---|
void |
EPPIdnTableInfoDomainTable.setType(EPPIdnTableInfoDomainTable.Type aType)
Sets the IDN Table type. |
Constructors in com.verisign.epp.codec.idntable with parameters of type EPPIdnTableInfoDomainTable.Type | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |