Class MetaPropertyInfoDelegate
java.lang.Object
gw.lang.reflect.PropertyInfoDelegate
gw.lang.reflect.MetaPropertyInfoDelegate
- All Implemented Interfaces:
IAnnotatedFeatureInfo, IAttributedFeatureInfo, IFeatureInfo, IFeatureInfoDelegate, IIntrinsicTypeReference, IPropertyInfo, IPropertyInfoDelegate, ITypeInfoPropertyInfo
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface IAnnotatedFeatureInfo
IAnnotatedFeatureInfo.IAnnotationInfoHelperNested classes/interfaces inherited from interface IAttributedFeatureInfo
IAttributedFeatureInfo.MODIFIER -
Field Summary
Fields inherited from interface IAnnotatedFeatureInfo
ANNOTATION_HELPER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisStatic()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 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, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface IAnnotatedFeatureInfo
getAnnotation, getAnnotations, getAnnotationsOfType, getDeclaredAnnotations, getDeprecatedReason, hasAnnotation, hasDeclaredAnnotation, isDefaultImpl, isDeprecatedMethods inherited from interface IAttributedFeatureInfo
isAbstract, isFinal, isHidden, isInternal, isPrivate, isProtected, isPublic, isReified, isScriptable, isVisibleMethods inherited from interface IFeatureInfo
getContainer, getDescription, getDisplayName, getLocationInfo, getName, getOwnersTypeMethods inherited from interface IIntrinsicTypeReference
getAssignableFeatureType, getFeatureTypeMethods inherited from interface IPropertyInfo
getPresentationInfo, isReadable, isReadable, isWritable, isWritable
-
Constructor Details
-
MetaPropertyInfoDelegate
-
-
Method Details
-
isStatic
public boolean isStatic()Description copied from interface:IAttributedFeatureInfoTrue if this feature is static, meaning the feature is not specific to a particular instance of the feature's containing type.- Specified by:
isStaticin interfaceIAttributedFeatureInfo- Overrides:
isStaticin classPropertyInfoDelegate
-
getAccessor
- Specified by:
getAccessorin interfaceIPropertyInfo- Overrides:
getAccessorin classPropertyInfoDelegate- Returns:
- the PropertyAccessor (for getting and setting) this property.
-
getBackingPropertyInfo
- Specified by:
getBackingPropertyInfoin interfaceITypeInfoPropertyInfo
-