BrightSide Workbench Full Report + Source Code
org.turro.financials.entity.TaxType Enum Reference

Public Member Functions

String getLabel ()
 

Public Attributes

 VAT =("Tax")
 
 RETENTION =("% Ret.")
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 24 of file TaxType.java.

Member Function Documentation

◆ getLabel()

String org.turro.financials.entity.TaxType.getLabel ( )

Definition at line 35 of file TaxType.java.

35  {
36  return label;
37  }
Here is the caller graph for this function:

Member Data Documentation

◆ RETENTION

org.turro.financials.entity.TaxType.RETENTION =("% Ret.")

Definition at line 27 of file TaxType.java.

◆ VAT

org.turro.financials.entity.TaxType.VAT =("Tax")

Definition at line 26 of file TaxType.java.


The documentation for this enum was generated from the following file: