Class TypedParameterDescriptor

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Class _paramType  
    • Constructor Summary

      Constructors 
      Constructor Description
      TypedParameterDescriptor​(java.lang.String parameterName, java.lang.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
    • Field Detail

      • _paramType

        private final java.lang.Class _paramType
    • Constructor Detail

      • TypedParameterDescriptor

        public TypedParameterDescriptor​(java.lang.String parameterName,
                                        java.lang.Class paramType)