com.generationjava.beans
Interface GetDelegate


public interface GetDelegate

Something which can return an Object that has a certain name in an object.


Method Summary
 java.lang.Object get(java.lang.Object obj, java.lang.String name)
          Get the property named from the Object.
 

Method Detail

get

public java.lang.Object get(java.lang.Object obj,
                            java.lang.String name)
Get the property named from the Object.



Copyright © 2000-2003 GenerationJava. All Rights Reserved.