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
-
-
Constructor Summary
Constructors Constructor Description TypedParameterDescriptor(String parameterName, Class paramType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IType
getFeatureType()
The 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
-
-
-
-
Method Detail
-
getFeatureType
public IType 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
-
-