public enum MambuEntityType extends java.lang.Enum<MambuEntityType>
Enum Constant and Description |
---|
ACTIVITY |
BRANCH |
CENTRE |
CLIENT |
CLIENT_EXPANDED |
COMMENT |
CUSTOM_FIELD_VALUE |
DOCUMENT |
GL_JOURNAL_ENTRY |
GROUP |
LINE_OF_CREDIT |
LOAN_ACCOUNT |
LOAN_PRODUCT |
LOAN_TRANSACTION |
NOTIFICATION_MESSAGE |
REPAYMENTS |
SAVINGS_ACCOUNT |
SAVINGS_PRODUCT |
SAVINGS_TRANSACTION |
SETTLEMENT_ACCOUNT |
USER |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?> |
getEntityClass() |
static MambuEntityType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MambuEntityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MambuEntityType CLIENT
public static final MambuEntityType CLIENT_EXPANDED
public static final MambuEntityType GROUP
public static final MambuEntityType LOAN_ACCOUNT
public static final MambuEntityType SAVINGS_ACCOUNT
public static final MambuEntityType LOAN_PRODUCT
public static final MambuEntityType SAVINGS_PRODUCT
public static final MambuEntityType LOAN_TRANSACTION
public static final MambuEntityType SAVINGS_TRANSACTION
public static final MambuEntityType BRANCH
public static final MambuEntityType CENTRE
public static final MambuEntityType USER
public static final MambuEntityType COMMENT
public static final MambuEntityType CUSTOM_FIELD_VALUE
public static final MambuEntityType LINE_OF_CREDIT
public static final MambuEntityType ACTIVITY
public static final MambuEntityType DOCUMENT
public static final MambuEntityType NOTIFICATION_MESSAGE
public static final MambuEntityType GL_JOURNAL_ENTRY
public static final MambuEntityType REPAYMENTS
public static final MambuEntityType SETTLEMENT_ACCOUNT
public static MambuEntityType[] values()
for (MambuEntityType c : MambuEntityType.values()) System.out.println(c);
public static MambuEntityType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.Class<?> getEntityClass()