Package com.xero.models.accounting
Enum Journal.SourceTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<Journal.SourceTypeEnum>,java.lang.constant.Constable
- Enclosing class:
Journal
The journal source type. The type of transaction that created the journal
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionACCPAYACCPAYCREDITACCPAYPAYMENTACCRECACCRECCREDITACCRECPAYMENTAPCREDITPAYMENTAPOVERPAYMENTAPPREPAYMENTARCREDITPAYMENTAROVERPAYMENTARPREPAYMENTCASHPAIDCASHRECEXPCLAIMEXPPAYMENTEXTERNALSPENDMONEYINTEGRATEDPAYROLLCNINTEGRATEDPAYROLLPEINTEGRATEDPAYROLLPTINTEGRATEDPAYROLLPTPAYMENTMANJOURNALPAYSLIPTRANSFERWAGEPAYABLE -
Method Summary
Modifier and TypeMethodDescriptionstatic Journal.SourceTypeEnumfromValuegetValue()getValuetoString()toStringstatic Journal.SourceTypeEnumReturns the enum constant of this type with the specified name.static Journal.SourceTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ACCREC
ACCREC -
ACCPAY
ACCPAY -
ACCRECCREDIT
ACCRECCREDIT -
ACCPAYCREDIT
ACCPAYCREDIT -
ACCRECPAYMENT
ACCRECPAYMENT -
ACCPAYPAYMENT
ACCPAYPAYMENT -
ARCREDITPAYMENT
ARCREDITPAYMENT -
APCREDITPAYMENT
APCREDITPAYMENT -
CASHREC
CASHREC -
CASHPAID
CASHPAID -
TRANSFER
TRANSFER -
ARPREPAYMENT
ARPREPAYMENT -
APPREPAYMENT
APPREPAYMENT -
AROVERPAYMENT
AROVERPAYMENT -
APOVERPAYMENT
APOVERPAYMENT -
EXPCLAIM
EXPCLAIM -
EXPPAYMENT
EXPPAYMENT -
MANJOURNAL
MANJOURNAL -
PAYSLIP
PAYSLIP -
WAGEPAYABLE
WAGEPAYABLE -
INTEGRATEDPAYROLLPE
INTEGRATEDPAYROLLPE -
INTEGRATEDPAYROLLPT
INTEGRATEDPAYROLLPT -
EXTERNALSPENDMONEY
EXTERNALSPENDMONEY -
INTEGRATEDPAYROLLPTPAYMENT
INTEGRATEDPAYROLLPTPAYMENT -
INTEGRATEDPAYROLLCN
INTEGRATEDPAYROLLCN
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
-
toString
toString- Overrides:
toStringin classEnum<Journal.SourceTypeEnum>- Returns:
- String value
-
fromValue
-