Class DefaultImplementingTypeModelProperty
java.lang.Object
org.mule.runtime.extension.api.property.DefaultImplementingTypeModelProperty
- All Implemented Interfaces:
Serializable,org.mule.runtime.api.meta.model.ModelProperty,org.mule.runtime.api.meta.NamedObject
public class DefaultImplementingTypeModelProperty
extends Object
implements org.mule.runtime.api.meta.model.ModelProperty
Declares the default
Type that will be instantiated for this ParameterModel if no instance is provided as a
value.- Since:
- 1.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefaultImplementingTypeModelProperty(org.mule.metadata.api.model.MetadataType defaultType) -
Method Summary
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
DefaultImplementingTypeModelProperty
public DefaultImplementingTypeModelProperty(org.mule.metadata.api.model.MetadataType defaultType)
-
-
Method Details
-
value
public org.mule.metadata.api.model.MetadataType value()- Returns:
- the default
MetadataTypeto be used when creating the default instance for the associatedParameterModel
-
getName
- Specified by:
getNamein interfaceorg.mule.runtime.api.meta.model.ModelProperty- Specified by:
getNamein interfaceorg.mule.runtime.api.meta.NamedObject
-
isPublic
public boolean isPublic()- Specified by:
isPublicin interfaceorg.mule.runtime.api.meta.model.ModelProperty- Returns:
- true
-