Uses of Enum Class
org.mule.runtime.extension.internal.ExtensionDevelopmentFramework
Packages that use ExtensionDevelopmentFramework
Package
Description
-
Uses of ExtensionDevelopmentFramework in org.mule.runtime.extension.internal
Methods in org.mule.runtime.extension.internal that return ExtensionDevelopmentFrameworkModifier and TypeMethodDescriptionExtensionDevelopmentFramework.getExtensionDevelopmentFramework(org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration extensionDeclaration) ExtensionDevelopmentFramework.getExtensionDevelopmentFramework(org.mule.runtime.api.meta.model.ExtensionModel extensionModel) Returns the enum constant of this class with the specified name.static ExtensionDevelopmentFramework[]ExtensionDevelopmentFramework.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mule.runtime.extension.internal with parameters of type ExtensionDevelopmentFrameworkModifier and TypeMethodDescriptionstatic booleanExtensionDevelopmentFramework.isExtensionDevelopmentFramework(org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclaration extensionDeclaration, ExtensionDevelopmentFramework expected) static booleanExtensionDevelopmentFramework.isExtensionDevelopmentFramework(org.mule.runtime.api.meta.model.ExtensionModel extensionModel, ExtensionDevelopmentFramework expected) -
Uses of ExtensionDevelopmentFramework in org.mule.runtime.extension.internal.property
Methods in org.mule.runtime.extension.internal.property that return ExtensionDevelopmentFrameworkConstructors in org.mule.runtime.extension.internal.property with parameters of type ExtensionDevelopmentFrameworkModifierConstructorDescriptionDevelopmentFrameworkModelProperty(ExtensionDevelopmentFramework extensionDevelopmentFramework)