Uses of Enum Class
systextil.bo.pedi.CamposCalculoLimite.Sinal
Packages that use CamposCalculoLimite.Sinal
-
Uses of CamposCalculoLimite.Sinal in systextil.bo.pedi
Methods in systextil.bo.pedi that return CamposCalculoLimite.SinalModifier and TypeMethodDescriptionCamposCalculoLimite.Tits.avencer()Returns the value of theavencerrecord component.CamposCalculoLimite.cartaoCredito()Returns the value of thecartaoCreditorecord component.CamposCalculoLimite.chequesAssociados()Returns the value of thechequesAssociadosrecord component.CamposCalculoLimite.PedsBloqueados.consLimite()Returns the value of theconsLimiterecord component.CamposCalculoLimite.devolMercadoria()Returns the value of thedevolMercadoriarecord component.CamposCalculoLimite.PedsBloqueados.pedBloqueadoCartao()Returns the value of thepedBloqueadoCartaorecord component.CamposCalculoLimite.PedsLiberados.pedLiberadoCartao()Returns the value of thepedLiberadoCartaorecord component.CamposCalculoLimite.PedsBloqueados.prazo()Returns the value of theprazorecord component.CamposCalculoLimite.PedsLiberados.prazo()Returns the value of theprazorecord component.CamposCalculoLimite.saldoAdiantamento()Returns the value of thesaldoAdiantamentorecord component.static CamposCalculoLimite.SinalReturns the enum constant of this class with the specified name.static CamposCalculoLimite.Sinal[]CamposCalculoLimite.Sinal.values()Returns an array containing the constants of this enum class, in the order they are declared.CamposCalculoLimite.Tits.vencidos()Returns the value of thevencidosrecord component.CamposCalculoLimite.PedsBloqueados.vista()Returns the value of thevistarecord component.CamposCalculoLimite.PedsLiberados.vista()Returns the value of thevistarecord component.Constructors in systextil.bo.pedi with parameters of type CamposCalculoLimite.SinalModifierConstructorDescriptionCamposCalculoLimite(CamposCalculoLimite.PedsLiberados pedsLiberados, CamposCalculoLimite.PedsBloqueados pedsBloqueados, CamposCalculoLimite.Tits tits, CamposCalculoLimite.Sinal cartaoCredito, CamposCalculoLimite.Sinal devolMercadoria, CamposCalculoLimite.Sinal chequesAssociados, CamposCalculoLimite.Sinal saldoAdiantamento) Creates an instance of aCamposCalculoLimiterecord class.PedsBloqueados(CamposCalculoLimite.Sinal vista, CamposCalculoLimite.Sinal prazo, CamposCalculoLimite.Sinal consLimite, CamposCalculoLimite.Sinal pedBloqueadoCartao) Creates an instance of aPedsBloqueadosrecord class.PedsLiberados(CamposCalculoLimite.Sinal vista, CamposCalculoLimite.Sinal prazo, CamposCalculoLimite.Sinal pedLiberadoCartao) Creates an instance of aPedsLiberadosrecord class.Tits(CamposCalculoLimite.Sinal vencidos, CamposCalculoLimite.Sinal avencer) Creates an instance of aTitsrecord class.