spec.java_integration.fixtures
Class CoreTypeMethods
java.lang.Object
spec.java_integration.fixtures.CoreTypeMethods
public class CoreTypeMethods
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoreTypeMethods
public CoreTypeMethods()
getString
public static java.lang.String getString()
getByte
public static byte getByte()
getShort
public static short getShort()
getChar
public static char getChar()
getInt
public static int getInt()
getLong
public static long getLong()
getFloat
public static float getFloat()
getDouble
public static double getDouble()
getBooleanTrue
public static boolean getBooleanTrue()
getBooleanFalse
public static boolean getBooleanFalse()
getNull
public static java.lang.Object getNull()
getVoid
public static void getVoid()
setString
public static java.lang.String setString(java.lang.String s)
setByte
public static java.lang.String setByte(byte b)
setShort
public static java.lang.String setShort(short s)
setChar
public static java.lang.String setChar(char c)
setInt
public static java.lang.String setInt(int i)
setLong
public static java.lang.String setLong(long l)
setFloat
public static java.lang.String setFloat(float f)
setDouble
public static java.lang.String setDouble(double d)
setBooleanTrue
public static java.lang.String setBooleanTrue(boolean t)
setBooleanFalse
public static java.lang.String setBooleanFalse(boolean f)
setNull
public static java.lang.String setNull(java.lang.Object nil)
getType
public static java.lang.String getType(byte b)
getType
public static java.lang.String getType(short s)
getType
public static java.lang.String getType(char c)
getType
public static java.lang.String getType(int i)
getType
public static java.lang.String getType(long l)
getType
public static java.lang.String getType(float f)
getType
public static java.lang.String getType(double d)
getType
public static java.lang.String getType(java.lang.CharSequence cs)
getType
public static java.lang.String getType(java.lang.String s)
getType
public static java.lang.String getType(boolean b)
Copyright © 2002-2007 JRuby Team. All Rights Reserved.