public class SinceMuleVersionModelProperty extends Object implements org.mule.runtime.api.meta.model.ModelProperty
ModelProperty to be used on any EnrichableModel that has been added to an
ExtensionModel in a certain MuleVersion and it is not
desired to add it to versions of the extension model generated for older runtimes. If this ModelProperty is not
present, the model must not be filtered for any runtime version.| Constructor and Description |
|---|
SinceMuleVersionModelProperty(String version) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
org.mule.runtime.api.meta.MuleVersion |
getVersion() |
boolean |
isPublic() |
public static final String NAME
public SinceMuleVersionModelProperty(String version)
public org.mule.runtime.api.meta.MuleVersion getVersion()
MuleVersion from which the enriched model should appear in the
ExtensionModelpublic 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.ModelPropertyCopyright © 2019 MuleSoft, Inc.. All rights reserved.