Packageorg.spicefactory.lib.reflect
Classpublic class Parameter
InheritanceParameter Inheritance Object

Represents a single parameter of a method.



Public Properties
 PropertyDefined By
  required : Boolean
[read-only] Checks whether this instance represents a required parameter.
Parameter
  type : ClassInfo
[read-only] Returns the type of this Parameter.
Parameter
Property Detail
requiredproperty
required:Boolean  [read-only]

Checks whether this instance represents a required parameter.


Implementation
    public function get required():Boolean
typeproperty 
type:ClassInfo  [read-only]

Returns the type of this Parameter.


Implementation
    public function get type():ClassInfo