gboat2.web.util
类 ParameterUtil

java.lang.Object
  继承者 gboat2.web.util.ParameterUtil

public abstract class ParameterUtil
extends Object

参数工具类

从以下版本开始:
jdk1.6
作者:
zhangxj-a

方法摘要
static Parameter getParameter(String jsonOfParameter)
          初始化参数或者获得参数的值
static Parameter getParameterByCode(String code)
          根据code
static String getValueByCode(String code)
          根据code 获取参数值
static boolean hasCodeByCode(String code)
          判断是否已经存在code
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

方法详细信息

getParameter

public static Parameter getParameter(String jsonOfParameter)
初始化参数或者获得参数的值

参数:
jsonOfParameter -
返回:

getParameterByCode

public static Parameter getParameterByCode(String code)
根据code

参数:
code -
返回:

getValueByCode

public static String getValueByCode(String code)
根据code 获取参数值

参数:
code -
返回:

hasCodeByCode

public static boolean hasCodeByCode(String code)
判断是否已经存在code

参数:
code -
返回:


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