Package br.com.davinti.vitruvio.spi.nfe
Enum Class NfeAccessService.Operacao
- All Implemented Interfaces:
Serializable,Comparable<NfeAccessService.Operacao>,Constable
- Enclosing interface:
NfeAccessService
Operacoes paralelas suportadas
Projeto: EdeployerSuperusBusinessLayer
Criado em: May 17, 2013 - 11:44:57 AM
Projeto: EdeployerSuperusBusinessLayer
Criado em: May 17, 2013 - 11:44:57 AM
- Author:
- Eduardo B. Frazao
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionOperacao de cancelamento de NFe por eventoConsulta de status de lote de nfesConsulta de NFe via Chave de acessoEnvio de DPECs ja autorizados a sefaz de origemEnvio de NfeManifesto do destinatario -
Method Summary
Modifier and TypeMethodDescriptionstatic NfeAccessService.OperacaoReturns the enum constant of this class with the specified name.static NfeAccessService.Operacao[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NFE_CONSULTA_PROTOCOLO
Consulta de NFe via Chave de acesso -
NFE_ENVIO
Envio de Nfe -
NFE_CONSULTA_LOTE
Consulta de status de lote de nfes -
NFE_MANIFESTO
Manifesto do destinatario -
NFE_DEPEC_EPEC_AUTORIZADO_REGISTRO
Envio de DPECs ja autorizados a sefaz de origem -
NFE_CANCELAMENTO_EVENTO
Operacao de cancelamento de NFe por evento
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-