spec.java_integration.fixtures
Class CoreTypeMethods

java.lang.Object
  extended by spec.java_integration.fixtures.CoreTypeMethods

public class CoreTypeMethods
extends java.lang.Object


Constructor Summary
CoreTypeMethods()
           
 
Method Summary
static boolean getBooleanFalse()
           
static boolean getBooleanTrue()
           
static byte getByte()
           
static char getChar()
           
static double getDouble()
           
static float getFloat()
           
static int getInt()
           
static long getLong()
           
static java.lang.Object getNull()
           
static short getShort()
           
static java.lang.String getString()
           
static java.lang.String getType(boolean b)
           
static java.lang.String getType(byte b)
           
static java.lang.String getType(char c)
           
static java.lang.String getType(java.lang.CharSequence cs)
           
static java.lang.String getType(double d)
           
static java.lang.String getType(float f)
           
static java.lang.String getType(int i)
           
static java.lang.String getType(long l)
           
static java.lang.String getType(short s)
           
static java.lang.String getType(java.lang.String s)
           
static void getVoid()
           
static java.lang.String setBooleanFalse(boolean f)
           
static java.lang.String setBooleanTrue(boolean t)
           
static java.lang.String setByte(byte b)
           
static java.lang.String setChar(char c)
           
static java.lang.String setDouble(double d)
           
static java.lang.String setFloat(float f)
           
static java.lang.String setInt(int i)
           
static java.lang.String setLong(long l)
           
static java.lang.String setNull(java.lang.Object nil)
           
static java.lang.String setShort(short s)
           
static java.lang.String setString(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreTypeMethods

public CoreTypeMethods()
Method Detail

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.