|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.util.NeutralValueUtils
public class NeutralValueUtils
This class provides utility methods for checking neutral values
Constructor Summary | |
---|---|
NeutralValueUtils()
|
Method Summary | |
---|---|
static Boolean |
getNeutralValueIfRequired(Boolean value)
This methods returns the attribute value. |
static Double |
getNeutralValueIfRequired(Double value)
This methods returns the attribute value. |
static Float |
getNeutralValueIfRequired(Float value)
This methods returns the attribute value. |
static Integer |
getNeutralValueIfRequired(Integer value)
This methods returns the attribute value. |
static Long |
getNeutralValueIfRequired(Long value)
This methods returns the attribute value. |
static Short |
getNeutralValueIfRequired(Short value)
This methods returns the attribute value. |
static String |
getNeutralValueIfRequired(String value)
This methods returns the attribute value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NeutralValueUtils()
Method Detail |
---|
public static Double getNeutralValueIfRequired(Double value)
value
- Double
public static Float getNeutralValueIfRequired(Float value)
value
- Float
public static Integer getNeutralValueIfRequired(Integer value)
value
- Integer
public static Long getNeutralValueIfRequired(Long value)
value
- Long
public static Short getNeutralValueIfRequired(Short value)
value
- Short
public static String getNeutralValueIfRequired(String value)
value
- String
public static Boolean getNeutralValueIfRequired(Boolean value)
value
- Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |