Uses of Class
org.java.plugin.registry.ParameterType
-
Packages that use ParameterType Package Description org.java.plugin.registry This package contains framework registry API.org.java.plugin.tools.mocks Simple mock classes to be used in unit tests. -
-
Uses of ParameterType in org.java.plugin.registry
Methods in org.java.plugin.registry that return ParameterType Modifier and Type Method Description static ParameterType
ParameterType. fromCode(java.lang.String code)
Converts plug-in manifest string code to parameter type constant value.ParameterType
ExtensionPoint.ParameterDefinition. getType()
static ParameterType
ParameterType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ParameterType[]
ParameterType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ParameterType in org.java.plugin.tools.mocks
Methods in org.java.plugin.tools.mocks that return ParameterType Modifier and Type Method Description ParameterType
MockParameterDefinition. getType()
Methods in org.java.plugin.tools.mocks with parameters of type ParameterType Modifier and Type Method Description MockParameterDefinition
MockParameterDefinition. setType(ParameterType value)
-