gboat2.web.model
枚举 RoleType

java.lang.Object
  继承者 java.lang.Enum<RoleType>
      继承者 gboat2.web.model.RoleType
所有已实现的接口:
Serializable, Comparable<RoleType>

public enum RoleType
extends Enum<RoleType>

角色类型 此枚举与数据库中角色code对应,修改时请同步修改

从以下版本开始:
jdk1.6
作者:
sunpf

枚举常量摘要
admin
           
CS
           
FS
           
gys
           
JG
           
jlqy
           
jsdw
           
kcqy
           
kpbgly
           
SFDLY
           
sgqy
           
sjqy
           
tbr
           
xmgl
           
zbdl
           
 
方法摘要
 String getDesc()
           
static RoleType valueOf(String name)
          返回带有指定名称的该类型的枚举常量。
static RoleType[] values()
          按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
 
从类 java.lang.Enum 继承的方法
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 

枚举常量详细信息

zbdl

public static final RoleType zbdl

tbr

public static final RoleType tbr

CS

public static final RoleType CS

FS

public static final RoleType FS

admin

public static final RoleType admin

kpbgly

public static final RoleType kpbgly

jlqy

public static final RoleType jlqy

sjqy

public static final RoleType sjqy

kcqy

public static final RoleType kcqy

sgqy

public static final RoleType sgqy

gys

public static final RoleType gys

xmgl

public static final RoleType xmgl

jsdw

public static final RoleType jsdw

JG

public static final RoleType JG

SFDLY

public static final RoleType SFDLY
方法详细信息

values

public static RoleType[] values()
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。该方法可用于迭代 常量,如下所示:
for (RoleType c : RoleType.values())
    System.out.println(c);


valueOf

public static RoleType valueOf(String name)
返回带有指定名称的该类型的枚举常量。 字符串必须与用于声明该类型的枚举常量的 标识符完全匹配。(不允许有多余 的空格。)

参数:
name - 要返回的枚举常量的名称。
返回:
返回带有指定名称的枚举常量
抛出:
如果该枚举类型没有带有指定名称的常量, - 则抛出 IllegalArgumentException

getDesc

public String getDesc()


Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.