Uses of Enum Class
org.wildfly.extension.mcp.api.FeatureArgument.Provider
Packages that use FeatureArgument.Provider
-
Uses of FeatureArgument.Provider in org.wildfly.extension.mcp.api
Subclasses with type arguments of type FeatureArgument.Provider in org.wildfly.extension.mcp.apiMethods in org.wildfly.extension.mcp.api that return FeatureArgument.ProviderModifier and TypeMethodDescriptionFeatureArgument.provider()Returns the value of theproviderrecord component.static FeatureArgument.ProviderReturns the enum constant of this class with the specified name.static FeatureArgument.Provider[]FeatureArgument.Provider.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 FeatureArgument.ProviderModifierConstructorDescriptionFeatureArgument(String name, String description, boolean required, Type type, FeatureArgument.Provider provider) Creates an instance of aFeatureArgumentrecord class.