Uses of Class
pe.gob.sunat.tecnologia.receptor.cliente.forms.enumeration.Operacion

Packages that use Operacion
pe.gob.sunat.tecnologia.receptor.cliente.forms   
pe.gob.sunat.tecnologia.receptor.cliente.forms.enumeration   
 

Uses of Operacion in pe.gob.sunat.tecnologia.receptor.cliente.forms
 

Methods in pe.gob.sunat.tecnologia.receptor.cliente.forms with parameters of type Operacion
 void Sender.setOperacion(Operacion operacion)
          Indica la operacion a realizar.
 

Constructors in pe.gob.sunat.tecnologia.receptor.cliente.forms with parameters of type Operacion
Sender(java.lang.String name, Operacion operacion)
           
 

Uses of Operacion in pe.gob.sunat.tecnologia.receptor.cliente.forms.enumeration
 

Methods in pe.gob.sunat.tecnologia.receptor.cliente.forms.enumeration that return Operacion
static Operacion Operacion.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Operacion[] Operacion.values()
          Returns an array containing the constants of this enum type, in the order they are declared.