Package gw.lang.reflect
Class TypedParameterDescriptor
java.lang.Object
java.beans.FeatureDescriptor
java.beans.ParameterDescriptor
gw.lang.reflect.TypedParameterDescriptor
- All Implemented Interfaces:
IIntrinsicTypeReference
public class TypedParameterDescriptor
extends ParameterDescriptor
implements IIntrinsicTypeReference
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe type of this feature e.g., for a property this is the property's type.Methods inherited from class java.beans.FeatureDescriptor
attributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue, 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.IIntrinsicTypeReference
getAssignableFeatureType
-
Field Details
-
_paramType
-
-
Constructor Details
-
TypedParameterDescriptor
-
-
Method Details
-
getFeatureType
Description copied from interface:IIntrinsicTypeReference
The type of this feature e.g., for a property this is the property's type.- Specified by:
getFeatureType
in interfaceIIntrinsicTypeReference
-