swarm
Class Primitives

java.lang.Object
  |
  +--swarm.Primitives

public class Primitives
extends java.lang.Object


Constructor Summary
Primitives()
           
 
Method Summary
static java.lang.reflect.Method getTypeMethod(java.lang.String typeName)
           
static boolean returnBoolean()
           
static byte returnByte()
           
static char returnCharacter()
           
static double returnDouble()
           
static float returnFloat()
           
static int returnInteger()
           
static long returnLong()
           
static short returnShort()
           
static void returnVoid()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Primitives

public Primitives()
Method Detail

returnCharacter

public static char returnCharacter()

returnByte

public static byte returnByte()

returnInteger

public static int returnInteger()

returnShort

public static short returnShort()

returnLong

public static long returnLong()

returnFloat

public static float returnFloat()

returnDouble

public static double returnDouble()

returnVoid

public static void returnVoid()

returnBoolean

public static boolean returnBoolean()

getTypeMethod

public static java.lang.reflect.Method getTypeMethod(java.lang.String typeName)