Package br.com.setis.interfaceautomacao
Enum Class Provedores
- All Implemented Interfaces:
Serializable
,Comparable<Provedores>
,Constable
Deprecated.
A partir da versão 1.5 da biblioteca, este enumerado está deprecated. As
automações devem informar o nome do provedor diretamente.
Provedores (redes adquirentes e sistemas de autorização)
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.AccordDeprecated.AlgorixDeprecated.AmexDeprecated.BancredcardDeprecated.BaneseDeprecated.BanrisulDeprecated.CieloDeprecated.ConductorDeprecated.CoopercerdDeprecated.CredishopDeprecated.ElavonDeprecated.FancardDeprecated.FillipDeprecated.First DataDeprecated.GetnetDeprecated.HipercardDeprecated.LibercardDeprecated.M4UDeprecated.MuxxDeprecated.NeusDeprecated.OrgcardDeprecated.PolicardDeprecated.PremmiaDeprecated.PrepagDeprecated.Provedor ainda não definido.Deprecated.RedecardDeprecated.RepomDeprecated.RVDeprecated.SenffDeprecated.TecpointDeprecated.Ticket CarDeprecated.TricardDeprecated.ValecardDeprecated.Verycard -
Method Summary
Modifier and TypeMethodDescriptionstatic Provedores
obtemProvedor
(String provedor) Deprecated.Retorna o respectivo provedor, a partir de seu nome.static Provedores
Deprecated.Returns the enum constant of this class with the specified name.static Provedores[]
values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CIELO
Deprecated.Cielo -
REDECARD
Deprecated.Redecard -
AMEX
Deprecated.Amex -
HIPERCARD
Deprecated.Hipercard -
BANRISUL
Deprecated.Banrisul -
CREDISHOP
Deprecated.Credishop -
TRICARD
Deprecated.Tricard -
POLICARD
Deprecated.Policard -
FANCARD
Deprecated.Fancard -
BANCREDCARD
Deprecated.Bancredcard -
BANESE
Deprecated.Banese -
ACCORD
Deprecated.Accord -
COOPERCRED
Deprecated.Coopercerd -
ORGCARD
Deprecated.Orgcard -
GETNET
Deprecated.Getnet -
REPOM
Deprecated.Repom -
VALECARD
Deprecated.Valecard -
MUXX
Deprecated.Muxx -
TICKETCAR
Deprecated.Ticket Car -
PREMMIA
Deprecated.Premmia -
NEUS
Deprecated.Neus -
TECPOINT
Deprecated.Tecpoint -
ALGORIX
Deprecated.Algorix -
SENFF
Deprecated.Senff -
VERYCARD
Deprecated.Verycard -
PREPAG
Deprecated.Prepag -
M4U
Deprecated.M4U -
FILLIP
Deprecated.Fillip -
ELAVON
Deprecated.Elavon -
LIBERCARD
Deprecated.Libercard -
RV
Deprecated.RV -
FIRSTDATA
Deprecated.First Data -
CONDUCTOR
Deprecated.Conductor -
PROVEDOR_DESCONHECIDO
Deprecated.Provedor ainda não definido.
-
-
Method Details
-
values
Deprecated.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
Deprecated.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
-
obtemProvedor
Deprecated.Retorna o respectivo provedor, a partir de seu nome.- Parameters:
provedor
- Nome do provedor.- Returns:
- Provedor correspondente.
-