public class RoleEnum
extends java.lang.Object
MY_ROLE
or PARTNER_ROLE
.Modifier and Type | Field and Description |
---|---|
static RoleEnum |
MY_ROLE
My Role
|
static RoleEnum |
PARTNER_ROLE
Partner Role
|
public static final RoleEnum MY_ROLE
public static final RoleEnum PARTNER_ROLE
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public static RoleEnum fromCode(short code)
code
- DOCUMENTMEpublic int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
public short toCode()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()