Package gw.lang.reflect.features
Interface IPropertyReference<R,T>
-
- All Superinterfaces:
IFeatureReference<R,T>
- All Known Implementing Classes:
BoundPropertyChainReference
,BoundPropertyReference
,PropertyChainReference
,PropertyReference
public interface IPropertyReference<R,T> extends IFeatureReference<R,T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPropertyInfo
getPropertyInfo()
-
Methods inherited from interface gw.lang.reflect.features.IFeatureReference
getFeatureInfo, getRootType
-
-
-
-
Method Detail
-
getPropertyInfo
IPropertyInfo getPropertyInfo()
-
-