org.chromattic.metamodel.mapping
Class MethodMapping

java.lang.Object
  extended by org.chromattic.metamodel.mapping.MethodMapping
Direct Known Subclasses:
CreateMapping, DestroyMapping, FindByIdMapping

public abstract class MethodMapping
extends java.lang.Object

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
MethodMapping(org.reflext.api.MethodInfo method)
           
 
Method Summary
abstract  void accept(MappingVisitor visitor)
           
 org.reflext.api.MethodInfo getMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodMapping

public MethodMapping(org.reflext.api.MethodInfo method)
Method Detail

getMethod

public org.reflext.api.MethodInfo getMethod()

accept

public abstract void accept(MappingVisitor visitor)


Copyright © 2011 eXo Platform SAS. All Rights Reserved.