org.acme.bar
Class FullyAnnotated<Cheese extends Stack,Fun extends Iterator<Exception>,Beeer>

java.lang.Object
  extended by org.acme.bar.FullyAnnotated<Cheese,Fun,Beeer>

public class FullyAnnotated<Cheese extends Stack,Fun extends Iterator<Exception>,Beeer>
extends Object

Version:
$Revision: 469417 $ $Date: 2006-10-31 03:50:58 -0500 (Tue, 31 Oct 2006) $

Constructor Summary
FullyAnnotated(String constructorParam, int anInt)
           
 
Method Summary
 void doIt(int i, boolean b, double d, short s)
           
 void doMore(Cheese cheese, Fun fun)
           
 char[] getCharacters()
           
 org.acme.bar.FullyAnnotated.Direction getDirection()
           
 String getField()
           
 String[][] getMoreStrings()
           
 Cheese getSpam()
           
 List<String> getStringList()
           
 String[] getStrings()
           
 void setCharacters(char[] characters)
           
 void setDirection(org.acme.bar.FullyAnnotated.Direction direction)
           
 void setField(String methodParam)
           
 void setMoreStrings(String[][] moreStrings)
           
 void setSpam(Cheese spam)
           
 void setSpam(Object spam)
           
 void setStringList(ArrayList stringList)
           
 void setStringList(List<String> stringList)
           
 void setStrings(String[] strings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FullyAnnotated

public FullyAnnotated(String constructorParam,
                      int anInt)
Method Detail

doIt

public void doIt(int i,
                 boolean b,
                 double d,
                 short s)

doMore

public void doMore(Cheese cheese,
                   Fun fun)

getDirection

public org.acme.bar.FullyAnnotated.Direction getDirection()

setDirection

public void setDirection(org.acme.bar.FullyAnnotated.Direction direction)

getSpam

public Cheese getSpam()

setSpam

public void setSpam(Cheese spam)

setSpam

public void setSpam(Object spam)

getField

public String getField()

setField

public void setField(String methodParam)

getCharacters

public char[] getCharacters()

setCharacters

public void setCharacters(char[] characters)

getStrings

public String[] getStrings()

setStrings

public void setStrings(String[] strings)

getMoreStrings

public String[][] getMoreStrings()

setMoreStrings

public void setMoreStrings(String[][] moreStrings)

getStringList

public List<String> getStringList()

setStringList

public void setStringList(List<String> stringList)

setStringList

public void setStringList(ArrayList stringList)


Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.