Class QNameModelProperty
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
QNameModelProperty
Creates a new instance- Parameters:
value- the referencedQName
-
-
Method Details
-
getValue
- Returns:
- The referenced
QName
-
getName
- Specified by:
getNamein interfaceorg.mule.runtime.api.meta.model.ModelProperty- Specified by:
getNamein interfaceorg.mule.runtime.api.meta.NamedObject- Returns:
QName
-
isPublic
public boolean isPublic()- Specified by:
isPublicin interfaceorg.mule.runtime.api.meta.model.ModelProperty- Returns:
true
-