java.lang.Object
org.mule.runtime.extension.api.property.QNameModelProperty
All Implemented Interfaces:
Serializable, org.mule.runtime.api.meta.model.ModelProperty, org.mule.runtime.api.meta.NamedObject

public final class QNameModelProperty extends Object implements org.mule.runtime.api.meta.model.ModelProperty
A ModelProperty which indicates that the enriched model relates to a QName which is not the one the extension belongs to.
Since:
1.0
See Also:
  • Field Details

  • Constructor Details

    • QNameModelProperty

      public QNameModelProperty(QName value)
      Creates a new instance
      Parameters:
      value - the referenced QName
  • Method Details

    • getValue

      public QName getValue()
      Returns:
      The referenced QName
    • 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
      Returns:
      QName
    • isPublic

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