Uses of Enum Class
org.wildfly.extension.mcp.api.ExecutionModel
Packages that use ExecutionModel
-
Uses of ExecutionModel in org.wildfly.extension.mcp.api
Subclasses with type arguments of type ExecutionModel in org.wildfly.extension.mcp.apiMethods in org.wildfly.extension.mcp.api that return ExecutionModelModifier and TypeMethodDescriptionFeatureMetadata.executionModel()Returns the value of theexecutionModelrecord component.static ExecutionModelReturns the enum constant of this class with the specified name.static ExecutionModel[]ExecutionModel.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.wildfly.extension.mcp.api with parameters of type ExecutionModelModifierConstructorDescriptionFeatureMetadata(FeatureMetadata.Feature feature, FeatureMethodInfo info, org.apache.sshd.common.util.io.functors.Invoker<Object, Object> invoker, ExecutionModel executionModel, Function<Object, M> resultMapper) Creates an instance of aFeatureMetadatarecord class.