public enum RegistRejReasonCode extends Enum<RegistRejReasonCode> implements EnumValue
Modifier and Type | Method and Description |
---|---|
boolean |
equals(byte[] val) |
boolean |
equals(byte[] val,
int offset,
int length) |
byte[] |
getValue() |
static RegistRejReasonCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegistRejReasonCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegistRejReasonCode INVALID_ACCOUNT_TYPE
public static final RegistRejReasonCode INVALID_TAX_EXTEMPT_TYPE
public static final RegistRejReasonCode INVALID_OWNERSHIP_TYPE
public static final RegistRejReasonCode INVALID_NO_REG_DETLS
public static final RegistRejReasonCode INVALID_REG_SEQ_NO
public static final RegistRejReasonCode INVALID_REG_DTLS
public static final RegistRejReasonCode INVALID_MAILING_DTLS
public static final RegistRejReasonCode INVALID_MAILING_INST
public static final RegistRejReasonCode INVALID_INVESTOR_ID
public static final RegistRejReasonCode INVALID_INVESTOR_ID_SOURCE
public static final RegistRejReasonCode INVALID_DATE_OF_BIRTH
public static final RegistRejReasonCode INVALID_INVESTOR_COUNTRY_OF_RECIDENCE
public static final RegistRejReasonCode INVALID_NODISTRIBINSTNS
public static final RegistRejReasonCode INVALID_DISTRIB_PERCENTAGE
public static final RegistRejReasonCode INVALID_DISTRIB_PAYMENT_METHOD
public static final RegistRejReasonCode INVALID_CASH_DISTRIB_AGENT_ACCT_NAME
public static final RegistRejReasonCode INVALID_CASH_DISTRIB_AGENT_CODE
public static final RegistRejReasonCode INVALID_CASH_DISTRIB_AGENT_ACCT_NUM
public static RegistRejReasonCode[] values()
for (RegistRejReasonCode c : RegistRejReasonCode.values()) System.out.println(c);
public static RegistRejReasonCode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean equals(byte[] val, int offset, int length)
Copyright © 2000–2022 EPAM Systems. All rights reserved.