|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterMultiplicity | |
---|---|
org.java.plugin.registry | This package contains framework registry API. |
org.java.plugin.registry.xml | This package contains XML syntax manifest files based framework registry API implementation. |
Uses of ParameterMultiplicity in org.java.plugin.registry |
---|
Methods in org.java.plugin.registry that return ParameterMultiplicity | |
---|---|
static ParameterMultiplicity |
ParameterMultiplicity.fromCode(java.lang.String code)
Converts plug-in manifest string code to parameter multiplicity constant value. |
ParameterMultiplicity |
ExtensionPoint.ParameterDefinition.getMultiplicity()
|
static ParameterMultiplicity |
ParameterMultiplicity.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ParameterMultiplicity[] |
ParameterMultiplicity.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Uses of ParameterMultiplicity in org.java.plugin.registry.xml |
---|
Methods in org.java.plugin.registry.xml that return ParameterMultiplicity | |
---|---|
ParameterMultiplicity |
ExtensionPointImpl.ParameterDefinitionImpl.getMultiplicity()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |