| Package | org.spicefactory.lib.reflect |
| Class | public class Parameter |
| 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.
Implementation public function get required():Boolean
| type | property |
type:ClassInfo [read-only]Returns the type of this Parameter.
Implementation public function get type():ClassInfo