public class ConstantsValue extends Object
| Modifier and Type | Field and Description |
|---|---|
static Short |
FALSE_SHORT
false短整型值
|
static Integer |
FALSE_VALUE
false整型值
|
static String |
SEPARATOR
分隔符
|
static Short |
TRUE_SHORT
true短整型值
|
static Integer |
TRUE_VALUE
true整型值
|
| Constructor and Description |
|---|
ConstantsValue() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
boolValue(Integer sValue) |
static Boolean |
boolValue(Short sValue) |
static Integer |
integerValue(Boolean bValue) |
static Short |
shortValue(Boolean bValue) |
public static final Integer TRUE_VALUE
public static final Short TRUE_SHORT
public static final Integer FALSE_VALUE
public static final Short FALSE_SHORT
public static final String SEPARATOR
Copyright © 2025. All rights reserved.