Uses of Enum Class
org.java.plugin.registry.ParameterMultiplicity
Packages that use ParameterMultiplicity
Package
Description
This package contains framework registry API.
Simple mock classes to be used in unit tests.
-
Uses of ParameterMultiplicity in org.java.plugin.registry
Methods in org.java.plugin.registry that return ParameterMultiplicityModifier and TypeMethodDescriptionstatic ParameterMultiplicity
Converts plug-in manifest string code to parameter multiplicity constant value.ExtensionPoint.ParameterDefinition.getMultiplicity()
static ParameterMultiplicity
Returns the enum constant of this class with the specified name.static ParameterMultiplicity[]
ParameterMultiplicity.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ParameterMultiplicity in org.java.plugin.tools.mocks
Methods in org.java.plugin.tools.mocks that return ParameterMultiplicityMethods in org.java.plugin.tools.mocks with parameters of type ParameterMultiplicityModifier and TypeMethodDescriptionMockParameterDefinition.setMultiplicity
(ParameterMultiplicity value)