Package org.openl.rules.binding
Class StringOperators
- java.lang.Object
-
- org.openl.rules.binding.StringOperators
-
@Deprecated public class StringOperators extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description StringOperators()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Byteadd(Byte x, String y)Deprecated.static Doubleadd(Double x, String y)Deprecated.static Floatadd(Float x, String y)Deprecated.static Integeradd(Integer x, String y)Deprecated.static Longadd(Long x, String y)Deprecated.static Shortadd(Short x, String y)Deprecated.static Byteadd(String x, Byte y)Deprecated.static Doubleadd(String x, Double y)Deprecated.static Floatadd(String x, Float y)Deprecated.static Integeradd(String x, Integer y)Deprecated.static Longadd(String x, Long y)Deprecated.static Shortadd(String x, Short y)Deprecated.static BigDecimaladd(String x, BigDecimal y)Deprecated.static BigIntegeradd(String x, BigInteger y)Deprecated.static BigDecimaladd(BigDecimal x, String y)Deprecated.static BigIntegeradd(BigInteger x, String y)Deprecated.static Stringautocast(byte x, String y)Deprecated.static Stringautocast(double x, String y)Deprecated.static Stringautocast(float x, String y)Deprecated.static Stringautocast(int x, String y)Deprecated.static Stringautocast(long x, String y)Deprecated.static Stringautocast(short x, String y)Deprecated.static Stringautocast(Byte x, String y)Deprecated.static Stringautocast(Double x, String y)Deprecated.static Stringautocast(Float x, String y)Deprecated.static Stringautocast(Integer x, String y)Deprecated.static Stringautocast(Long x, String y)Deprecated.static Stringautocast(Short x, String y)Deprecated.static byteautocast(String x, byte y)Deprecated.static doubleautocast(String x, double y)Deprecated.static floatautocast(String x, float y)Deprecated.static intautocast(String x, int y)Deprecated.static longautocast(String x, long y)Deprecated.static shortautocast(String x, short y)Deprecated.static Byteautocast(String x, Byte y)Deprecated.static Doubleautocast(String x, Double y)Deprecated.static Floatautocast(String x, Float y)Deprecated.static Integerautocast(String x, Integer y)Deprecated.static Longautocast(String x, Long y)Deprecated.static Shortautocast(String x, Short y)Deprecated.static BigDecimalautocast(String x, BigDecimal y)Deprecated.static BigIntegerautocast(String x, BigInteger y)Deprecated.static Stringautocast(BigDecimal x, String y)Deprecated.static Stringautocast(BigInteger x, String y)Deprecated.static Integerdistance(byte x, String y)Deprecated.static Integerdistance(double x, String y)Deprecated.static Integerdistance(float x, String y)Deprecated.static Integerdistance(int x, String y)Deprecated.static Integerdistance(long x, String y)Deprecated.static Integerdistance(short x, String y)Deprecated.static Integerdistance(Byte x, String y)Deprecated.static Integerdistance(Double x, String y)Deprecated.static Integerdistance(Float x, String y)Deprecated.static Integerdistance(Integer x, String y)Deprecated.static Integerdistance(Long x, String y)Deprecated.static Integerdistance(Short x, String y)Deprecated.static Integerdistance(String x, byte y)Deprecated.static Integerdistance(String x, double y)Deprecated.static Integerdistance(String x, float y)Deprecated.static Integerdistance(String x, int y)Deprecated.static Integerdistance(String x, long y)Deprecated.static Integerdistance(String x, short y)Deprecated.static Integerdistance(String x, Byte y)Deprecated.static Integerdistance(String x, Double y)Deprecated.static Integerdistance(String x, Float y)Deprecated.static Integerdistance(String x, Integer y)Deprecated.static Integerdistance(String x, Long y)Deprecated.static Integerdistance(String x, Short y)Deprecated.static Integerdistance(String x, BigDecimal y)Deprecated.static Integerdistance(String x, BigInteger y)Deprecated.static Integerdistance(BigDecimal x, String y)Deprecated.static Integerdistance(BigInteger x, String y)Deprecated.static booleaneq(Integer x, String y)Deprecated.static booleaneq(String x, Integer y)Deprecated.static booleange(Integer x, String y)Deprecated.static booleange(String x, Integer y)Deprecated.static booleangt(Integer x, String y)Deprecated.static booleangt(String x, Integer y)Deprecated.static booleanle(Integer x, String y)Deprecated.static booleanle(String x, Integer y)Deprecated.static booleanlt(Integer x, String y)Deprecated.static booleanlt(String x, Integer y)Deprecated.static booleanne(Integer x, String y)Deprecated.static booleanne(String x, Integer y)Deprecated.
-
-
-
Method Detail
-
add
public static BigInteger add(String x, BigInteger y)
Deprecated.
-
add
public static BigInteger add(BigInteger x, String y)
Deprecated.
-
add
public static BigDecimal add(String x, BigDecimal y)
Deprecated.
-
add
public static BigDecimal add(BigDecimal x, String y)
Deprecated.
-
autocast
public static byte autocast(String x, byte y)
Deprecated.
-
autocast
public static short autocast(String x, short y)
Deprecated.
-
autocast
public static int autocast(String x, int y)
Deprecated.
-
autocast
public static long autocast(String x, long y)
Deprecated.
-
autocast
public static float autocast(String x, float y)
Deprecated.
-
autocast
public static double autocast(String x, double y)
Deprecated.
-
autocast
public static String autocast(BigDecimal x, String y)
Deprecated.
-
distance
public static Integer distance(BigDecimal x, String y)
Deprecated.
-
autocast
public static BigDecimal autocast(String x, BigDecimal y)
Deprecated.
-
distance
public static Integer distance(String x, BigDecimal y)
Deprecated.
-
autocast
public static String autocast(BigInteger x, String y)
Deprecated.
-
distance
public static Integer distance(BigInteger x, String y)
Deprecated.
-
autocast
public static BigInteger autocast(String x, BigInteger y)
Deprecated.
-
distance
public static Integer distance(String x, BigInteger y)
Deprecated.
-
-