Operacoes enum

Inheritance
Available extensions

Values

ADMINISTRATIVA → const Operacoes
CANCELAMENTO → const Operacoes
CANCELAMENTO_PAGAMENTOCONTA → const Operacoes
CANCELAMENTO_PREAUTORIZACAO → const Operacoes
CONFIGURACAO → const Operacoes
CONSULTA_CHEQUE → const Operacoes
CONSULTA_SALDO → const Operacoes
DOACAO → const Operacoes
EXIBE_PDC → const Operacoes
FECHAMENTO → const Operacoes
GARANTIA_CHEQUE → const Operacoes
INSTALACAO → const Operacoes
MANUTENCAO → const Operacoes
OPERACAO_DESCONHECIDA → const Operacoes
PAGAMENTO_CONTA → const Operacoes
PREAUTORIZACAO → const Operacoes
RECARGA_CELULAR → const Operacoes
REIMPRESSAO → const Operacoes
RELATORIO_DETALHADO → const Operacoes
RELATORIO_RESUMIDO → const Operacoes
RELATORIO_SINTETICO → const Operacoes
SAQUE → const Operacoes
TESTE_COMUNICACAO → const Operacoes
VENDA → const Operacoes
VERSAO → const Operacoes

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toShortString() String

Available on Operacoes, provided by the OperacoesToString extension

toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<Operacoes>
A constant List of the values in this enum, in order of their declaration.