|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.bc.gov.webade.user.UserTypeCode
| Field Summary | |
static UserTypeCode |
BUSINESS_PARTNER
Business Partner user type code value. |
static UserTypeCode |
GOVERNMENT
Government user type code value. |
static UserTypeCode |
INDIVIDUAL
Individual user type code value. |
static UserTypeCode |
VERIFIED_INDIVIDUAL
Individual user type code value. |
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getCodeValue()
|
java.lang.String |
getDescription()
|
static UserTypeCode |
getUserTypeCode(java.lang.String codeValue)
Returns the matching UserTypeCode instance for the given code value, or null if no match is found. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final UserTypeCode GOVERNMENT
public static final UserTypeCode BUSINESS_PARTNER
public static final UserTypeCode VERIFIED_INDIVIDUAL
public static final UserTypeCode INDIVIDUAL
| Method Detail |
public static final UserTypeCode getUserTypeCode(java.lang.String codeValue)
codeValue - The code value string.
public java.lang.String getCodeValue()
public java.lang.String getDescription()
public boolean equals(java.lang.Object obj)
Object.equals(java.lang.Object)public int hashCode()
Object.hashCode()public java.lang.String toString()
Object.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||