|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.registration.RegistrationStatus
public class RegistrationStatus
Type safe enumeration that describes the status of a registration.
Field Summary | |
---|---|
static RegistrationStatus |
INVALID
The registration is not valid. |
static RegistrationStatus |
PENDING
The registration is waiting for validation. |
static RegistrationStatus |
VALID
The registration is valid. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final RegistrationStatus VALID
public static final RegistrationStatus PENDING
public static final RegistrationStatus INVALID
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |