de.uni_paderborn.fujaba.codegen
Class AccessorOOHandler.MethodDescription

java.lang.Object
  extended byde.uni_paderborn.fujaba.codegen.AccessorOOHandler.MethodDescription
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
AccessorOOHandler

public static final class AccessorOOHandler.MethodDescription
extends java.lang.Object
implements java.lang.Comparable

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.12.2.3 $ $Date: 2006/03/28 11:15:46 $
Author:
$Author: cschneid $

Field Summary
protected  FMethod methodSignature
          No comment provided by developer, please add a comment to improve documentation.
protected  java.lang.String templateBlockName
          No comment provided by developer, please add a comment to improve documentation.
protected  de.upb.tools.fca.FHashMap templateParameters
          No comment provided by developer, please add a comment to improve documentation.
 
Constructor Summary
AccessorOOHandler.MethodDescription(FMethod methodSignature, java.lang.String templateBlockName, de.upb.tools.fca.FHashMap templateParameters)
          Constructor for class MethodDescription
 
Method Summary
 int compareTo(java.lang.Object o)
           
 FMethod getMethodSignature()
          Get the methodSignature attribute of the MethodDescription object
 java.lang.String getTemplateBlockName()
          Get the templateBlockName attribute of the MethodDescription object
 de.upb.tools.fca.FHashMap getTemplateParameters()
          Get the templateParameters attribute of the MethodDescription object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodSignature

protected final FMethod methodSignature
No comment provided by developer, please add a comment to improve documentation.


templateBlockName

protected final java.lang.String templateBlockName
No comment provided by developer, please add a comment to improve documentation.


templateParameters

protected final de.upb.tools.fca.FHashMap templateParameters
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

AccessorOOHandler.MethodDescription

public AccessorOOHandler.MethodDescription(FMethod methodSignature,
                                           java.lang.String templateBlockName,
                                           de.upb.tools.fca.FHashMap templateParameters)
Constructor for class MethodDescription

Parameters:
methodSignature - No description provided
templateBlockName - No description provided
templateParameters - No description provided
Method Detail

getMethodSignature

public FMethod getMethodSignature()
Get the methodSignature attribute of the MethodDescription object

Returns:
The methodSignature value

getTemplateBlockName

public java.lang.String getTemplateBlockName()
Get the templateBlockName attribute of the MethodDescription object

Returns:
The templateBlockName value

getTemplateParameters

public de.upb.tools.fca.FHashMap getTemplateParameters()
Get the templateParameters attribute of the MethodDescription object

Returns:
The templateParameters value

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable
Parameters:
o - No description provided
Returns:
No description provided
See Also:
Comparable.compareTo(java.lang.Object)