org.xradar.test.a
Class A1

java.lang.Object
  extended by org.xradar.test.a.A1

public class A1
extends java.lang.Object

Input class for the XRadar test application

Author:
Kristoffer Kvam

Constructor Summary
A1()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void methodWithParameters(boolean runPart1, boolean runPart2)
           
 java.lang.String methodWithParameters2(java.lang.Boolean bool, java.lang.String string, java.util.Vector vector, int i)
           
 void testMethod29()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

A1

public A1()
Method Detail

main

public static void main(java.lang.String[] args)

testMethod29

public void testMethod29()

methodWithParameters

public void methodWithParameters(boolean runPart1,
                                 boolean runPart2)

methodWithParameters2

public java.lang.String methodWithParameters2(java.lang.Boolean bool,
                                              java.lang.String string,
                                              java.util.Vector vector,
                                              int i)