|
JPF 1.5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ParameterMultiplicity>
org.java.plugin.registry.ParameterMultiplicity
public enum ParameterMultiplicity
Parameter definition multiplicity constants.
| Enum Constant Summary | |
|---|---|
ANY
Parameter definition multiplicity constant. |
|
NONE_OR_ONE
Parameter definition multiplicity constant. |
|
ONE
Parameter definition multiplicity constant. |
|
ONE_OR_MORE
Parameter definition multiplicity constant. |
|
| Method Summary | |
|---|---|
static ParameterMultiplicity |
fromCode(java.lang.String code)
Converts plug-in manifest string code to parameter multiplicity constant value. |
abstract java.lang.String |
toCode()
|
static ParameterMultiplicity |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ParameterMultiplicity[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ParameterMultiplicity ONE
public static final ParameterMultiplicity ANY
public static final ParameterMultiplicity NONE_OR_ONE
public static final ParameterMultiplicity ONE_OR_MORE
| Method Detail |
|---|
public static final ParameterMultiplicity[] values()
for(ParameterMultiplicity c : ParameterMultiplicity.values())
System.out.println(c);
public static ParameterMultiplicity valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic abstract java.lang.String toCode()
public static ParameterMultiplicity fromCode(java.lang.String code)
code - code from plug-in manifest
|
JPF 1.5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||