public final class MetadataKeyPartModelProperty extends Object implements org.mule.runtime.api.meta.model.ModelProperty
ModelProperty for ParameterModel of SourceModel and OperationModel
parameters that indicates that the is a part of a MetadataKey.| Constructor and Description |
|---|
MetadataKeyPartModelProperty(int order)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getOrder()
The order of this parameter in the
MetadataKey. |
boolean |
isPublic() |
public MetadataKeyPartModelProperty(int order)
order - the order of the parameter in the MetadataKey;public String getName()
getName in interface org.mule.runtime.api.meta.model.ModelPropertygetName in interface org.mule.runtime.api.meta.NamedObjectpublic boolean isPublic()
isPublic in interface org.mule.runtime.api.meta.model.ModelPropertypublic int getOrder()
MetadataKey.MetadataKey, 0 if is a simple MetadataKeyCopyright © 2017 MuleSoft, Inc.. All rights reserved.