com.arunta.app.bom
Class SecurityLevelType

java.lang.Object
  extended by com.arunta.app.bom.SecurityLevelType
All Implemented Interfaces:
java.io.Serializable

public class SecurityLevelType
extends java.lang.Object
implements java.io.Serializable

Enum for security level.

See Also:
Serialized Form

Field Summary
static SecurityLevelType ADMIN
           
static java.lang.String[] names
           
static SecurityLevelType[] types
           
static SecurityLevelType USER
           
 
Constructor Summary
SecurityLevelType()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

names

public static final java.lang.String[] names

types

public static final SecurityLevelType[] types

USER

public static final SecurityLevelType USER

ADMIN

public static final SecurityLevelType ADMIN
Constructor Detail

SecurityLevelType

public SecurityLevelType()
Method Detail

lookup

public static SecurityLevelType lookup(SecurityLevelType t)

lookup

public static SecurityLevelType lookup(java.lang.String t)

getNames

public static java.lang.String[] getNames()

getType

public int getType()

setType

public void setType(int type)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.