Uses of Class
com.ellucian.generated.eedm.accounts_payable_invoices.v11_0.LineItem.PaymentStatus
-
Packages that use LineItem.PaymentStatus Package Description com.ellucian.generated.eedm.accounts_payable_invoices.v11_0 -
-
Uses of LineItem.PaymentStatus in com.ellucian.generated.eedm.accounts_payable_invoices.v11_0
Fields in com.ellucian.generated.eedm.accounts_payable_invoices.v11_0 declared as LineItem.PaymentStatus Modifier and Type Field Description private LineItem.PaymentStatus
LineItem. paymentStatus
Payment StatusFields in com.ellucian.generated.eedm.accounts_payable_invoices.v11_0 with type parameters of type LineItem.PaymentStatus Modifier and Type Field Description private static Map<String,LineItem.PaymentStatus>
LineItem.PaymentStatus. CONSTANTS
Methods in com.ellucian.generated.eedm.accounts_payable_invoices.v11_0 that return LineItem.PaymentStatus Modifier and Type Method Description static LineItem.PaymentStatus
LineItem.PaymentStatus. fromValue(String value)
LineItem.PaymentStatus
LineItem. getPaymentStatus()
Payment Statusstatic LineItem.PaymentStatus
LineItem.PaymentStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static LineItem.PaymentStatus[]
LineItem.PaymentStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ellucian.generated.eedm.accounts_payable_invoices.v11_0 with parameters of type LineItem.PaymentStatus Modifier and Type Method Description void
LineItem. setPaymentStatus(LineItem.PaymentStatus paymentStatus)
Payment StatusLineItem
LineItem. withPaymentStatus(LineItem.PaymentStatus paymentStatus)
-