|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.bpel.dao.RoleEnum
public class RoleEnum
Partner-link role enumeration; one of MY_ROLE
or PARTNER_ROLE
.
Field Summary | |
---|---|
static RoleEnum |
MY_ROLE
My Role |
static RoleEnum |
PARTNER_ROLE
Partner Role |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
static RoleEnum |
fromCode(short code)
DOCUMENTME |
int |
hashCode()
|
short |
toCode()
DOCUMENTME |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final RoleEnum MY_ROLE
public static final RoleEnum PARTNER_ROLE
Method Detail |
---|
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
- DOCUMENTME
public 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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |