Package gw.lang.reflect
Class MetaPropertyInfoDelegate
- java.lang.Object
-
- gw.lang.reflect.PropertyInfoDelegate
-
- gw.lang.reflect.MetaPropertyInfoDelegate
-
- All Implemented Interfaces:
IAnnotatedFeatureInfo
,IAttributedFeatureInfo
,IFeatureInfo
,IFeatureInfoDelegate
,IIntrinsicTypeReference
,IPropertyInfo
,IPropertyInfoDelegate
,ITypeInfoPropertyInfo
public class MetaPropertyInfoDelegate extends PropertyInfoDelegate implements ITypeInfoPropertyInfo
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface gw.lang.reflect.IAnnotatedFeatureInfo
IAnnotatedFeatureInfo.IAnnotationInfoHelper
-
Nested classes/interfaces inherited from interface gw.lang.reflect.IAttributedFeatureInfo
IAttributedFeatureInfo.MODIFIER
-
-
Field Summary
-
Fields inherited from interface gw.lang.reflect.IAnnotatedFeatureInfo
ANNOTATION_HELPER
-
-
Constructor Summary
Constructors Constructor Description MetaPropertyInfoDelegate(ITypeInfo container, IPropertyInfo source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IPropertyAccessor
getAccessor()
IPropertyInfo
getBackingPropertyInfo()
boolean
isStatic()
True if this feature is static, meaning the feature is not specific to a particular instance of the feature's containing type.-
Methods inherited from class gw.lang.reflect.PropertyInfoDelegate
getAnnotation, getAnnotations, getAnnotationsOfType, getContainer, getDeclaredAnnotations, getDelegatePI, getDeprecatedReason, getDescription, getDisplayName, getFeatureType, getName, getOwnersType, getPresentationInfo, getSource, hasAnnotation, hasDeclaredAnnotation, isAbstract, isDefaultImpl, isDeprecated, isFinal, isHidden, isInternal, isPrivate, isProtected, isPublic, isReadable, isScriptable, isVisible, isWritable, isWritable, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface gw.lang.reflect.IAnnotatedFeatureInfo
getAnnotation, getAnnotations, getAnnotationsOfType, getDeclaredAnnotations, getDeprecatedReason, hasAnnotation, hasDeclaredAnnotation, isDefaultImpl, isDeprecated
-
Methods inherited from interface gw.lang.reflect.IAttributedFeatureInfo
isAbstract, isFinal, isHidden, isInternal, isPrivate, isProtected, isPublic, isReified, isScriptable, isVisible
-
Methods inherited from interface gw.lang.reflect.IFeatureInfo
getContainer, getDescription, getDisplayName, getLocationInfo, getName, getOwnersType
-
Methods inherited from interface gw.lang.reflect.IIntrinsicTypeReference
getAssignableFeatureType, getFeatureType
-
Methods inherited from interface gw.lang.reflect.IPropertyInfo
getPresentationInfo, isReadable, isReadable, isWritable, isWritable
-
-
-
-
Constructor Detail
-
MetaPropertyInfoDelegate
public MetaPropertyInfoDelegate(ITypeInfo container, IPropertyInfo source)
-
-
Method Detail
-
isStatic
public boolean isStatic()
Description copied from interface:IAttributedFeatureInfo
True if this feature is static, meaning the feature is not specific to a particular instance of the feature's containing type.- Specified by:
isStatic
in interfaceIAttributedFeatureInfo
- Overrides:
isStatic
in classPropertyInfoDelegate
-
getAccessor
public IPropertyAccessor getAccessor()
- Specified by:
getAccessor
in interfaceIPropertyInfo
- Overrides:
getAccessor
in classPropertyInfoDelegate
- Returns:
- the PropertyAccessor (for getting and setting) this property.
-
getBackingPropertyInfo
public IPropertyInfo getBackingPropertyInfo()
- Specified by:
getBackingPropertyInfo
in interfaceITypeInfoPropertyInfo
-
-