| Package | org.spicefactory.lib.reflect |
| Class | public class Parameter |
| Inheritance | Parameter Object |
| Property | Defined 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 | ||
| required | property |
required:Boolean [read-only] Checks whether this instance represents a required parameter.
public function get required():Boolean| type | property |
type:ClassInfo [read-only] Returns the type of this Parameter.
public function get type():ClassInfo