gr.uoa.di.madgik.execution.utils
Class ReflectableAnalyzerMemberInfo

java.lang.Object
  extended by gr.uoa.di.madgik.execution.utils.ReflectableAnalyzerMemberInfo

public class ReflectableAnalyzerMemberInfo
extends Object


Field Summary
 Method getter
           
 String name
           
 Method setter
           
 Class<?> type
           
 
Constructor Summary
ReflectableAnalyzerMemberInfo()
           
ReflectableAnalyzerMemberInfo(String name, Class<?> type, Method getter, Method setter)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

getter

public Method getter

setter

public Method setter

name

public String name

type

public Class<?> type
Constructor Detail

ReflectableAnalyzerMemberInfo

public ReflectableAnalyzerMemberInfo()

ReflectableAnalyzerMemberInfo

public ReflectableAnalyzerMemberInfo(String name,
                                     Class<?> type,
                                     Method getter,
                                     Method setter)


Copyright © 2013. All Rights Reserved.