public interface ParameterValue
ParameterElementDeclaration| Modifier and Type | Method and Description |
|---|---|
void |
accept(ParameterValueVisitor valueVisitor)
Dispatches to the method with prefix "visit" with the specific value type as argument.
|
void accept(ParameterValueVisitor valueVisitor)
visitObjectValue(ParameterObjectValue objectValue) will be called
when this value is an ParameterObjectValue.valueVisitor - the visitorCopyright © 2017 MuleSoft, Inc.. All rights reserved.