void |
CompositeParmVal.accept(ExtractedParameterValueVisitor visitor) |
We know our type, so we can call the correct method on the visitor
|
void |
DateParmVal.accept(ExtractedParameterValueVisitor visitor) |
We know our type, so we can call the correct method on the visitor
|
abstract void |
ExtractedParameterValue.accept(ExtractedParameterValueVisitor visitor) |
We know our type, so we can call the correct method on the visitor
|
void |
LocationParmVal.accept(ExtractedParameterValueVisitor visitor) |
We know our type, so we can call the correct method on the visitor
|
void |
NumberParmVal.accept(ExtractedParameterValueVisitor visitor) |
We know our type, so we can call the correct method on the visitor
|
void |
QuantityParmVal.accept(ExtractedParameterValueVisitor visitor) |
We know our type, so we can call the correct method on the visitor
|
void |
ReferenceParmVal.accept(ExtractedParameterValueVisitor visitor) |
We know our type, so we can call the correct method on the visitor
|
void |
StringParmVal.accept(ExtractedParameterValueVisitor visitor) |
We know our type, so we can call the correct method on the visitor
|
void |
TokenParmVal.accept(ExtractedParameterValueVisitor visitor) |
We know our type, so we can call the correct method on the visitor
|
void |
UriParmVal.accept(ExtractedParameterValueVisitor visitor) |
Deprecated.
We know our type, so we can call the correct method on the visitor
|