Package gw.internal.gosu.dynamic
Class DynamicPropertyInfo
- java.lang.Object
-
- gw.lang.reflect.PropertyInfoBase
-
- gw.internal.gosu.dynamic.DynamicPropertyInfo
-
- All Implemented Interfaces:
IAnnotatedFeatureInfo,IAttributedFeatureInfo,IFeatureInfo,IIntrinsicTypeReference,IPropertyAccessor,IPropertyInfo
public class DynamicPropertyInfo extends PropertyInfoBase implements IPropertyAccessor
-
-
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IPropertyAccessorgetAccessor()List<IAnnotationInfo>getDeclaredAnnotations()ITypegetFeatureType()StringgetName()ObjectgetValue(Object ctx)booleanhasAnnotation(IType type)booleanisReadable()booleanisWritable(IType whosAskin)voidsetValue(Object ctx, Object value)-
Methods inherited from class gw.lang.reflect.PropertyInfoBase
getAnnotation, getAnnotations, getAnnotationsOfType, getContainer, getDeprecatedReason, getDescription, getDisplayName, getOwnersType, getPresentationInfo, hasDeclaredAnnotation, isAbstract, isDefaultImpl, isDeprecated, isFinal, isHidden, isInternal, isPrivate, isProtected, isPublic, isScriptable, isStatic, isVisible, isWritable
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface gw.lang.reflect.IAttributedFeatureInfo
isReified
-
Methods inherited from interface gw.lang.reflect.IFeatureInfo
getLocationInfo
-
Methods inherited from interface gw.lang.reflect.IIntrinsicTypeReference
getAssignableFeatureType
-
Methods inherited from interface gw.lang.reflect.IPropertyInfo
isReadable
-
-
-
-
Method Detail
-
isReadable
public boolean isReadable()
- Specified by:
isReadablein interfaceIPropertyInfo
-
isWritable
public boolean isWritable(IType whosAskin)
- Specified by:
isWritablein interfaceIPropertyInfo
-
getAccessor
public IPropertyAccessor getAccessor()
- Specified by:
getAccessorin interfaceIPropertyInfo
-
getFeatureType
public IType getFeatureType()
- Specified by:
getFeatureTypein interfaceIIntrinsicTypeReference
-
getDeclaredAnnotations
public List<IAnnotationInfo> getDeclaredAnnotations()
- Specified by:
getDeclaredAnnotationsin interfaceIAnnotatedFeatureInfo
-
hasAnnotation
public boolean hasAnnotation(IType type)
- Specified by:
hasAnnotationin interfaceIAnnotatedFeatureInfo- Overrides:
hasAnnotationin classPropertyInfoBase
-
getName
public String getName()
- Specified by:
getNamein interfaceIFeatureInfo
-
getValue
public Object getValue(Object ctx)
- Specified by:
getValuein interfaceIPropertyAccessor
-
setValue
public void setValue(Object ctx, Object value)
- Specified by:
setValuein interfaceIPropertyAccessor
-
-