org.jfrog.reflect.impl
Class MethodDefinitionImpl

java.lang.Object
  extended by org.jfrog.reflect.impl.AccessibleObjectDefinitionImpl
      extended by org.jfrog.reflect.impl.MethodDefinitionImpl
All Implemented Interfaces:
AccessibleObjectDefinition, MethodDefinition

public class MethodDefinitionImpl
extends AccessibleObjectDefinitionImpl
implements MethodDefinition

Created by IntelliJ IDEA. User: freds Date: May 18, 2007 Time: 9:23:33 AM


Field Summary
 
Fields inherited from class org.jfrog.reflect.impl.AccessibleObjectDefinitionImpl
enumEntry, modelClass
 
Constructor Summary
MethodDefinitionImpl(java.lang.Enum enumEntry, java.lang.Class... parameterTypes)
           
MethodDefinitionImpl(java.lang.Enum enumEntry, java.lang.String methodName, java.lang.Class... parameterTypes)
           
 
Method Summary
 java.lang.reflect.Method getMethod()
           
 java.lang.String getMethodName()
           
 
Methods inherited from class org.jfrog.reflect.impl.AccessibleObjectDefinitionImpl
getModelClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jfrog.reflect.AccessibleObjectDefinition
getModelClass
 

Constructor Detail

MethodDefinitionImpl

public MethodDefinitionImpl(java.lang.Enum enumEntry,
                            java.lang.Class... parameterTypes)

MethodDefinitionImpl

public MethodDefinitionImpl(java.lang.Enum enumEntry,
                            java.lang.String methodName,
                            java.lang.Class... parameterTypes)
Method Detail

getMethodName

public java.lang.String getMethodName()
Specified by:
getMethodName in interface MethodDefinition

getMethod

public java.lang.reflect.Method getMethod()
Specified by:
getMethod in interface MethodDefinition


Copyright © 2007. All Rights Reserved.