| Package | potomac.bundle |
| Class | public class Argument |
| Inheritance | Argument Object |
| Property | Defined By | ||
|---|---|---|---|
| hasDefault : Boolean [read-only]
True if the argument was provided a default value in the method signature. | Argument | ||
| metadata : String [read-only]
The metadata string associated with this argument. | Argument | ||
| name : String [read-only]
The name of the argument. | Argument | ||
| type : String [read-only]
The fully qualified datatype of the argument. | Argument | ||
| Method | Defined By | ||
|---|---|---|---|
Argument(name:String, type:String, hasDefault:Boolean, metadata:String)
Callers should not construct Argument instances. | Argument | ||
| hasDefault | property |
hasDefault:Boolean [read-only] True if the argument was provided a default value in the method signature.
public function get hasDefault():Boolean| metadata | property |
metadata:String [read-only] The metadata string associated with this argument.
public function get metadata():String| name | property |
name:String [read-only] The name of the argument.
public function get name():String| type | property |
type:String [read-only] The fully qualified datatype of the argument.
public function get type():String| Argument | () | Constructor |
public function Argument(name:String, type:String, hasDefault:Boolean, metadata:String)Callers should not construct Argument instances. They should be retrieved via Extension.
Parametersname:String | |
type:String | |
hasDefault:Boolean | |
metadata:String |