| 
 | Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.beasys.commerce.util.Validate
@Deprecated public class Validate
| Method Summary | |
|---|---|
| static boolean | isInRange(byte byteArg,
          byte lowerBound,
          byte higherBound)Deprecated See BEA Commerce product offering | 
| static boolean | isInRange(char charArg,
          char lowerBound,
          char higherBound)Deprecated See BEA Commerce product offering | 
| static boolean | isInRange(double doubleArg,
          double lowerBound,
          double higherBound)Deprecated See BEA Commerce product offering | 
| static boolean | isInRange(float floatArg,
          float lowerBound,
          float higherBound)Deprecated See BEA Commerce product offering | 
| static boolean | isInRange(int intArg,
          int lowerBound,
          int higherBound)Deprecated See BEA Commerce product offering | 
| static boolean | isInRange(long longArg,
          long lowerBound,
          long higherBound)Deprecated See BEA Commerce product offering | 
| static boolean | isInRange(short shortArg,
          short lowerBound,
          short higherBound)Deprecated See BEA Commerce product offering | 
| static boolean | isNotNull(Object param)Deprecated See BEA Commerce product offering | 
| static boolean | isValid(Object param,
        Class paramType)Deprecated See BEA Commerce product offering | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static boolean isValid(Object param,
                              Class paramType)
param - Paramerter to be checked for validity.paramType - Type the above parameter should be to pass the test.
public static boolean isNotNull(Object param)
param - Paramerter to be checked for nullness
public static boolean isInRange(int intArg,
                                int lowerBound,
                                int higherBound)
intArg - Integer to be checked for range validity.lowerBound - Lower bound of the range.higherBound - Higher bound of the range.
public static boolean isInRange(float floatArg,
                                float lowerBound,
                                float higherBound)
floatArg - Float to be checked for range validity.lowerBound - Lower bound of the range.higherBound - Higher bound of the range.
public static boolean isInRange(double doubleArg,
                                double lowerBound,
                                double higherBound)
doubleArg - Double to be checked for range validity.lowerBound - Lower bound of the range.higherBound - Higher bound of the range.
public static boolean isInRange(long longArg,
                                long lowerBound,
                                long higherBound)
longArg - Long to be checked for range validity.lowerBound - Lower bound of the range.higherBound - Higher bound of the range.
public static boolean isInRange(short shortArg,
                                short lowerBound,
                                short higherBound)
shortArg - Short to be checked for range validity.lowerBound - Lower bound of the range.higherBound - Higher bound of the range.
public static boolean isInRange(byte byteArg,
                                byte lowerBound,
                                byte higherBound)
byteArg - Byte to be checked for range validity.lowerBound - Lower bound of the range.higherBound - Higher bound of the range.
public static boolean isInRange(char charArg,
                                char lowerBound,
                                char higherBound)
charArg - Char to be checked for range validity.lowerBound - Lower bound of the range.higherBound - Higher bound of the range.
| 
 | Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||