Uses of Class
com.verisign.epp.codec.idntable.EPPIdnTableDomainLabel.Form

Packages that use EPPIdnTableDomainLabel.Form
com.verisign.epp.codec.idntable   
com.verisign.epp.interfaces Interfaces test client to run client tests against the Stub Server for the Change Poll Extension. 
 

Uses of EPPIdnTableDomainLabel.Form in com.verisign.epp.codec.idntable
 

Methods in com.verisign.epp.codec.idntable that return EPPIdnTableDomainLabel.Form
 EPPIdnTableDomainLabel.Form EPPIdnTableDomainLabel.getForm()
          Gets the form of the domain name that should be either Form.A_LABEL or Form.U_LABEL.
static EPPIdnTableDomainLabel.Form EPPIdnTableDomainLabel.Form.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EPPIdnTableDomainLabel.Form[] EPPIdnTableDomainLabel.Form.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 EPPIdnTableDomainLabel.Form
 void EPPIdnTableDomainLabel.setForm(EPPIdnTableDomainLabel.Form aForm)
          Sets the form of the domain name that should be either Form.A_LABEL or Form.U_LABEL.
 

Constructors in com.verisign.epp.codec.idntable with parameters of type EPPIdnTableDomainLabel.Form
EPPIdnTableDomainLabel(java.lang.String aDomain, EPPIdnTableDomainLabel.Form aForm)
          Constructor for EPPIdnTableDomainLabel that takes the domain name and the form.
 

Uses of EPPIdnTableDomainLabel.Form in com.verisign.epp.interfaces
 

Methods in com.verisign.epp.interfaces with parameters of type EPPIdnTableDomainLabel.Form
 void EPPIdnTable.addDomain(java.lang.String aDomain, EPPIdnTableDomainLabel.Form aForm)
          Adds a domain for use with a send method.
 



Copyright © VeriSign Inc. All Rights Reserved.