public class SecurityLevelType
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static SecurityLevelType |
ADMIN |
static java.lang.String[] |
names |
static SecurityLevelType[] |
types |
static SecurityLevelType |
USER |
Constructor and Description |
---|
SecurityLevelType() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
static java.lang.String[] |
getNames() |
int |
getType() |
static SecurityLevelType |
lookup(SecurityLevelType t) |
static SecurityLevelType |
lookup(java.lang.String t) |
void |
setType(int type) |
java.lang.String |
toString() |
public static final java.lang.String[] names
public static final SecurityLevelType[] types
public static final SecurityLevelType USER
public static final SecurityLevelType ADMIN
public static SecurityLevelType lookup(SecurityLevelType t)
public static SecurityLevelType lookup(java.lang.String t)
public static java.lang.String[] getNames()
public int getType()
public void setType(int type)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright ©, 2005-2019 Prolancer Pty Ltd, Sydney Australia.