|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--oracle.panama.model.UserType
Enumeration class of User Types
| Field Summary | |
static UserType |
ANONYMOUSANONMYOUS User Type |
static UserType |
REGISTEREDREGISTERED User Type |
static UserType |
VIRTUALVIRTUAL User Type |
| Method Summary | |
static java.util.Enumeration |
elements() |
int |
getIntValue() |
java.lang.String |
getName() |
static UserType |
getUserType(int intValue)Lookup the user type by its integer value |
static UserType |
getUserType(java.lang.String name)Lookup the user type by its name |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static UserType ANONYMOUS
public static UserType VIRTUAL
public static UserType REGISTERED
| Method Detail |
public java.lang.String getName()
public int getIntValue()
public static java.util.Enumeration elements()
public static UserType getUserType(int intValue)
intValue - the integer value of the user typepublic static UserType getUserType(java.lang.String name)
name - the name of the user type
|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||