public interface TypedDeclaration
BaseDeclaration in which
it's possible to define the declared component's MetadataType| Modifier and Type | Method and Description |
|---|---|
org.mule.metadata.api.model.MetadataType |
getType() |
boolean |
hasDynamicType() |
void |
setType(org.mule.metadata.api.model.MetadataType type,
boolean isDynamic)
Associates the given
MetadataType to the element being declared |
org.mule.metadata.api.model.MetadataType getType()
MetadataType of the elementvoid setType(org.mule.metadata.api.model.MetadataType type,
boolean isDynamic)
MetadataType to the element being declaredtype - the element's static MetadataTypeisDynamic - whether or not the element being declare supports a dynamic resolution
of it's type, regardless of the type statically associatedboolean hasDynamicType()
Copyright © 2017 MuleSoft, Inc.. All rights reserved.