Package gw.lang.reflect
Interface IMethodBackedPropertyInfo
- All Known Subinterfaces:
IGosuPropertyInfo,IJavaPropertyInfo
- All Known Implementing Classes:
GosuPropertyInfo,JavaPropertyInfo,LengthProperty,ParameterizedGosuPropertyInfo
public interface IMethodBackedPropertyInfo
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getReadMethodInfo
IMethodInfo getReadMethodInfo() -
getWriteMethodInfo
IMethodInfo getWriteMethodInfo()
-