org.eclipse.emf.codegen.jmerge
Class JControlModel.Feature

java.lang.Object
  extended byorg.eclipse.emf.codegen.jmerge.JControlModel.Feature
Enclosing class:
JControlModel

public static class JControlModel.Feature
extends java.lang.Object


Field Summary
protected  java.lang.Class featureClass
           
protected  java.lang.reflect.Method featureMethod
           
 
Constructor Summary
JControlModel.Feature(java.lang.String path, java.lang.Class[] parameterTypes)
           
 
Method Summary
 java.lang.Class getFeatureClass()
           
 java.lang.reflect.Method getFeatureMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

featureClass

protected java.lang.Class featureClass

featureMethod

protected java.lang.reflect.Method featureMethod
Constructor Detail

JControlModel.Feature

public JControlModel.Feature(java.lang.String path,
                             java.lang.Class[] parameterTypes)
Method Detail

getFeatureClass

public java.lang.Class getFeatureClass()

getFeatureMethod

public java.lang.reflect.Method getFeatureMethod()

Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.