CategoriaDctf enum

Categorias de declaração DCTFWeb

Inheritance
Available extensions

Values

geralMensal → const CategoriaDctf
const CategoriaDctf(40, 'GERAL_MENSAL')
geral13Salario → const CategoriaDctf
const CategoriaDctf(41, 'GERAL_13o_SALARIO')
afericao → const CategoriaDctf
const CategoriaDctf(44, 'AFERICAO')
espetaculoDesportivo → const CategoriaDctf
const CategoriaDctf(45, 'ESPETACULO_DESPORTIVO')
reclamatoriaTrabalhista → const CategoriaDctf
const CategoriaDctf(46, 'RECLAMATORIA_TRABALHISTA')
pfMensal → const CategoriaDctf
const CategoriaDctf(50, 'PF_MENSAL')
pf13Salario → const CategoriaDctf
const CategoriaDctf(51, 'PF_13o_SALARIO')

Properties

codigo int
final
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
nome String
final
requerCnoAfericao bool
Verifica se a categoria requer CNO de aferição
no setter
requerDia bool
Verifica se a categoria requer dia de apuração
no setter
requerMes bool
Verifica se a categoria requer mês de apuração
no setter
requerNumProcReclamatoria bool
Verifica se a categoria requer número do processo de reclamatória
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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromCodigo(int codigo) CategoriaDctf?
fromNome(String nome) CategoriaDctf?

Constants

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