public class LicenseModelProperty extends Object implements org.mule.runtime.api.meta.model.ModelProperty
ModelProperty that contains the information about the license requirements for the extensions.| Constructor and Description |
|---|
LicenseModelProperty(boolean requiresEeLicense,
boolean allowsEvaluationLicense,
Optional<String> requiredEntitlement) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Optional<String> |
getRequiredEntitlement() |
boolean |
isAllowsEvaluationLicense() |
boolean |
isPublic() |
boolean |
requiresEeLicense() |
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 boolean requiresEeLicense()
public boolean isAllowsEvaluationLicense()
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.