org.picocontainer.injectors
Class PrimitiveMemberCheckerTestCase.TestClass

java.lang.Object
  extended by org.picocontainer.injectors.PrimitiveMemberCheckerTestCase.TestClass
Enclosing class:
PrimitiveMemberCheckerTestCase

public static class PrimitiveMemberCheckerTestCase.TestClass
extends Object


Field Summary
 String able
           
 int baker
           
 
Constructor Summary
PrimitiveMemberCheckerTestCase.TestClass(int value)
           
PrimitiveMemberCheckerTestCase.TestClass(String value)
           
 
Method Summary
 void doSomething(int anotherValue)
           
 void doSomething(String avalue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

able

public String able

baker

public int baker
Constructor Detail

PrimitiveMemberCheckerTestCase.TestClass

public PrimitiveMemberCheckerTestCase.TestClass(int value)

PrimitiveMemberCheckerTestCase.TestClass

public PrimitiveMemberCheckerTestCase.TestClass(String value)
Method Detail

doSomething

public void doSomething(String avalue)

doSomething

public void doSomething(int anotherValue)


Copyright © 2003-2010 Codehaus. All Rights Reserved.