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 Details

  • 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 MetadataType to be used when creating the default instance for the associated ParameterModel
    • getName

      public String getName()
      Specified by:
      getName in interface org.mule.runtime.api.meta.model.ModelProperty
      Specified by:
      getName in interface org.mule.runtime.api.meta.NamedObject
    • isPublic

      public boolean isPublic()
      Specified by:
      isPublic in interface org.mule.runtime.api.meta.model.ModelProperty
      Returns:
      true