Class MetadataKeyIdModelProperty
java.lang.Object
org.mule.runtime.extension.api.property.MetadataKeyIdModelProperty
- All Implemented Interfaces:
Serializable,org.mule.runtime.api.meta.model.ModelProperty,org.mule.runtime.api.meta.NamedObject
public final class MetadataKeyIdModelProperty
extends Object
implements org.mule.runtime.api.meta.model.ModelProperty
A
ModelProperty for a of SourceModel and OperationModel parameters that indicates that its a
MetadataKeyId.- Since:
- 1.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMetadataKeyIdModelProperty(org.mule.metadata.api.model.MetadataType type, String parameterName) Deprecated.MetadataKeyIdModelProperty(org.mule.metadata.api.model.MetadataType type, String parameterName, String categoryName) -
Method Summary
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
MetadataKeyIdModelProperty
@Deprecated public MetadataKeyIdModelProperty(org.mule.metadata.api.model.MetadataType type, String parameterName) Deprecated.Creates a new instance.- Parameters:
type- of theParameterModelannotated withMetadataKeyId.
-
MetadataKeyIdModelProperty
-
-
Method Details
-
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
-
getType
public org.mule.metadata.api.model.MetadataType getType()- Returns:
- the type of the
ParameterModelannotated withMetadataKeyId
-
getParameterName
- Returns:
- the parameter name that is considered as the
MetadataKeyId
-
getCategoryName
- Returns:
- The category name where the current
MetadataKeyIdbelongs.
-