ca.quine.jcommons.sourcegen
Class Parameter

java.lang.Object
  |
  +--ca.quine.jcommons.sourcegen.Parameter

public class Parameter
extends Object


Constructor Summary
Parameter(String type, String localName)
           
 
Method Summary
 String getLocalName()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parameter

public Parameter(String type,
                 String localName)
Method Detail

getLocalName

public String getLocalName()

getType

public String getType()