public class AbstractConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
enumConstant |
static String |
integerConstant |
static String |
numberConstant |
static String |
stringConstant |
| Constructor and Description |
|---|
AbstractConstants() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
abstractConstValue(Object object)
Abstract a const value given in an object.
|
public static String stringConstant
public static String integerConstant
public static String numberConstant
public static String enumConstant
public static Object abstractConstValue(Object object)
AbstractConstants for the abstracted values.object - The object to abstractnull if the
object can not be abstracted.Copyright © 2022. All rights reserved.