Enum Class GovernmentOperationPeriodOutcome.Variables
java.lang.Object
java.lang.Enum<GovernmentOperationPeriodOutcome.Variables>
com.hack23.cia.service.external.esv.api.GovernmentOperationPeriodOutcome.Variables
- All Implemented Interfaces:
Serializable,Comparable<GovernmentOperationPeriodOutcome.Variables>,Constable
- Enclosing class:
- GovernmentOperationPeriodOutcome
public static enum GovernmentOperationPeriodOutcome.Variables
extends Enum<GovernmentOperationPeriodOutcome.Variables>
The Enum Variables.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe adjustment to cash basis.The budget balance.The expenditure excl interest gov debt.The interest on gov debt.The net lending borrowing.The total expenditures.The total revenue. -
Method Summary
-
Enum Constant Details
-
TOTAL_EXPENDITURES
The total expenditures. -
EXPENDITURE_EXCL_INTEREST_GOV_DEBT
The expenditure excl interest gov debt. -
INTEREST_ON_GOV_DEBT
The interest on gov debt. -
NET_LENDING_BORROWING
The net lending borrowing. -
ADJUSTMENT_TO_CASH_BASIS
The adjustment to cash basis. -
TOTAL_REVENUE
The total revenue. -
BUDGET_BALANCE
The budget balance.
-
-
Method Details
-
values
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
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
-
toString
- Overrides:
toStringin classEnum<GovernmentOperationPeriodOutcome.Variables>
-