org.jamon.codegen
Class FragmentArgument

java.lang.Object
  extended by org.jamon.codegen.AbstractArgument
      extended by org.jamon.codegen.RequiredArgument
          extended by org.jamon.codegen.FragmentArgument

public class FragmentArgument
extends RequiredArgument


Constructor Summary
FragmentArgument(FragmentUnit p_fragmentUnit, org.jamon.api.Location p_location)
           
 
Method Summary
 FragmentUnit getFragmentUnit()
           
 java.lang.String getType()
           
 
Methods inherited from class org.jamon.codegen.RequiredArgument
toString
 
Methods inherited from class org.jamon.codegen.AbstractArgument
generateImplDataCode, generateImplDataSetterCode, getGetterName, getLocation, getName, getSetterName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FragmentArgument

public FragmentArgument(FragmentUnit p_fragmentUnit,
                        org.jamon.api.Location p_location)
Method Detail

getFragmentUnit

public FragmentUnit getFragmentUnit()

getType

public java.lang.String getType()
Overrides:
getType in class AbstractArgument


jamon